Unique identifier and is automatically generated by Aimsio system. This is only used to update existing object
Unique identifier, visible to end users. Required for creating or updating an object
Required when creating a new object. Either billableItemTypeUname
or billableItemTypeName
is required
Required when creating a new object. Either billableItemTypeUname
or billableItemTypeName
is required
Either billableItemDefaultRateType
or billableItemDefaultRateTypeUname
is required'
Either billableItemDefaultRateType
or billableItemDefaultRateTypeUname
is required'
If billableItemDefaultRate2
is provided, either billableItemDefaultRateType2
or billableItemDefaultRateTypeUname2
is required
If billableItemDefaultRate2
is provided, either billableItemDefaultRateType2
or billableItemDefaultRateTypeUname2
is required
If billableItemDefaultRate3
is provided, either billableItemDefaultRateType3
or billableItemDefaultRateTypeUname3
is required
If billableItemDefaultRate3
is provided, either billableItemDefaultRateType3
or billableItemDefaultRateTypeUname3
is required
Applicable to accounts with GL Account master data enabled. Must be an existing GL Account number
Read-only schema used in GET requests to display object's custom fields data. For POST requests, refer to CustomFieldDataList
{ "billableItemGuid": "string", "billableItemCode": "string", "billableItemName": "string", "billableItemTypeUname": "labour", "billableItemTypeName": "string", "billableItemIsTrade": true, "billableItemIsEquipment": true, "billableItemCategory": "string", "billableItemDescription": "string", "billableItemStatus": "string", "billableItemDefaultRate": 0, "billableItemDefaultRateType": "string", "billableItemDefaultRateTypeUname": "string", "billableItemDefaultRate2": 0, "billableItemDefaultRateType2": "string", "billableItemDefaultRateTypeUname2": "string", "billableItemDefaultRate3": 0, "billableItemDefaultRateType3": "string", "billableItemDefaultRateTypeUname3": "string", "billableItemDefaultCost": 0, "billableItemDefaultCost2": 0, "billableItemDefaultCost3": 0, "billableItemGlAccountNumber": "string", "billableItemGlAccountInfo": "string", "billableItemCreatedAt": 0, "billableItemCreatedByUserName": "string", "billableItemCreatedByFullName": "string", "billableItemUpdatedAt": 0, "billableItemLastModifiedByUserName": "string", "billableItemLastModifiedByFullName": "string", "billableItemIsDeleted": true, "billableItemFormData": { "formDataFormTypeUname": "string", "formDataGuid": "string", "formDataFieldDataList": [ … ] } }