EntryCodeModifiableFields
These are fields in the Entry Code object that can be modified or given as input when creating a new Entry Code.
group_names object[]
A list of Groups (names and IDs) that the object belongs to.
This is a read-only list. To change the Groups that an object belongs to,
use the groups
field.
See GroupFields for additional information about Groups and this field.
The Group ID.
The Group name.
The URI of the Group.
WARNING: this field is planned in a future release but is not yet available.
A list of Group IDs that the object belongs to. See GroupFields for additional information about Groups and this field.
["5088C427E8B64EBEBE1C5B5961DB1902","3553F715A6F54DAB95D0D25B08468195"]
If true, this Entry Code is automatically added to new Groups as they are created.
false
A description of the Entry Code.
This is a description of the Entry Code.
If true, this Entry Code is currently loggable (usable) on Entry Screens.
true
The name of the Entry Code.
Billable
{
"autoadd": false,
"description": "This is a description of the Entry Code.",
"loggable": true,
"pname": "Billable",
"group_names": [
{
"id": "5088C427E8B64EBEBE1C5B5961DB1902",
"pname": "Sales"
},
{
"id": "3553F715A6F54DAB95D0D25B08468195",
"pname": "Accounting"
}
],
"groups": [
"5088C427E8B64EBEBE1C5B5961DB1902",
"3553F715A6F54DAB95D0D25B08468195"
]
}