Field | Value type | Mandatory | Description | Example |
---|
IDJobType | string | | ID of the job type being created. Job type information can be retrieved from here. | 7090fad1-c4da-4488-9ceb-55ee9847edcc |
IDStatus | string | | ID of the job status. Job statuses can be retries from here . | 926a4185-6cb3-4a2a-a8ec-1fadc1cf4caa |
IDSite | string | | ID of the site the job belongs to. | 20058233-7388-418b-9193-6b57e28604f9 |
IDCustomer | string | Either IDCustomer and/or IDContact is Required | ID of the customer. More information on the API for customers can be found here. | c0fd94f3-2ddd-4eea-bc24-40189480d10f |
IDContact | string | Either IDCustomer and/or IDContact is Required | ID of the contact. More information on the API for contacts can be found here. | 20058233-7388-418b-9193-6b57e28604f9 |
DueDate | string | | UTC date in ISO 8601 format | 2010-08-20T15:00:00Z |
FollowUpDate | string | | UTC date in ISO 8601 format. If omitted the follow up time will default to the current time. | 2010-08-20T15:00:00Z |
ChargeAmount | decimal | | Amount to charge for the job. If omitted the default charge amount will be used as configured in the job type. | 20.52 |
StartDate | string | | UTC date in ISO 8601 format. Omit this values if the job has not started. | 2010-08-20T15:00:00Z |
FinishDate | string | | UTC date in ISO 8601 format. Omit this values if the job has not finished. | 2010-08-20T15:00:00Z |
Duration | int | | Duration of job in minutes | 20 |
Address | Address Object | | Address of the job. | See Address Object |
AddressDelivery | Address Object | | Delivery address if the job has a start and a destination. This address will be displayed if the job type has been configured to use a delivery address. | See Address Object |
CustFields | Array of custom fields objects | | An array of all custom field data for the job. Custom field attributes are described below. | |
Notes | Array of Notes Object | | Notes for the job. | See Notes Object |
Items | Array of Items objects | | Inventory items used on the job. These items can be items from the inventory information in Crittah or free text line items. | |