Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldValue typeMandatoryDescriptionExample
IDJobTypestring 
Status
colourRed
titleYes
ID of the job type being created. Job type information can be retrieved from here.7090fad1-c4da-4488-9ceb-55ee9847edcc
IDStatusstring ID of the job status. Job statuses can be retries from here  .926a4185-6cb3-4a2a-a8ec-1fadc1cf4caa
IDSitestring 
Status
colourRed
titleYes
ID of the site the job belongs to.20058233-7388-418b-9193-6b57e28604f9
IDCustomerstring Either IDCustomer and/or IDContact is RequiredID of the customer. More information on the API for customers can be found here.c0fd94f3-2ddd-4eea-bc24-40189480d10f
IDContactstring Either IDCustomer and/or IDContact is RequiredID of the contact. More information on the API for contacts can be found here.20058233-7388-418b-9193-6b57e28604f9
DueDatestring UTC date in ISO 8601 format2010-08-20T15:00:00Z
FollowUpDatestring UTC date in ISO 8601 format. If omitted the follow up time will default to the current time.2010-08-20T15:00:00Z
ChargeAmountdecimal Amount to charge for the job. If omitted the default charge amount will be used as configured in the job type.20.52
StartDatestring UTC date in ISO 8601 format. Omit this values if the job has not started.2010-08-20T15:00:00Z
FinishDatestring UTC date in ISO 8601 format. Omit this values if the job has not finished.2010-08-20T15:00:00Z
Durationint Duration of job in minutes20
AddressAddress Object  Address of the job.

See Address Object

AddressDeliveryAddress 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
CustFieldsArray of custom fields objects An array of all custom field data for the job. Custom field attributes are described below. 
NotesArray of Notes Object Notes for the job.See Notes Object
ItemsArray 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. 

...