If priceItemRate2
is provided, either billableItemDefaultRateType2
or billableItemDefaultRateTypeUname2
is required
If priceItemRate3
is provided, either billableItemDefaultRateType3
or billableItemDefaultRateTypeUname3
is required
Read-only schema used in GET requests to display object's custom fields data. For POST requests, refer to CustomFieldDataList
{ "priceItemBillableItemGuid": "string", "priceItemBillableItemName": "string", "priceItemBillableItemCode": "string", "priceItemRate": 0, "priceItemRateTypeUname": "string", "priceItemRateType": "string", "priceItemRate2": 0, "priceItemRateTypeUname2": "string", "priceItemRateType2": "string", "priceItemRate3": 0, "priceItemRateTypeUname3": "string", "priceItemRateType3": "string", "priceItemDefaultCost": 0, "priceItemDefaultCost2": 0, "priceItemDefaultCost3": 0, "priceItemBillableItemIsDeleted": true, "priceItemFormData": { "formDataFormTypeUname": "string", "formDataGuid": "string", "formDataFieldDataList": [ … ] } }