addSubsubcodeToGroup

Adds a subsubcode (bill type) to a group.

Use addSubsubcodeToGroup to add a subsubcode (bill type) to a group, given the IDs of both the subsubcode and the group. (You can use the getGroup and getSubsubcode methods to search for the group and subsubcode records if you don't know their IDs.)

Arguments

Name Type Description
skey string

id string

The ID of the subsubcode to add to the group.

group string

The ID of the group to add the subsubcode to.

Return

The addSubsubcodeToGroup method returns zero (an integer).