addFullSubsubcode

Adds a new subsubcode (bill type).

Use the addFullSubsubcode method to add a subsubcode (bill type) record from a filled-in SubsubcodeRecord object. To avoid exceptions when you use this method to create a new record, you should start with an object created by getDefaultSubsubcode rather than filling in a blank one. For the common case of adding a named code with defaults for the rest of the values in the record, you should use addSubsubcode instead.

Arguments

Name Type Description
skey string

rec SubsubcodeRecord

The new subsubcode record to add.

Return

The addFullSubsubcode method returns the ID of the newly added subsubcode (a string).