POST request to create a job. The job details are in a JSON object included in the HTTP body. The minimum details required to create a job are: jobTitle clientName scheduledStartDateTime Delivery address : either address or values for lng and lat
Specifies the MyConnectedFleet platform type as token. Set the value for the token to be the response from calling the Request OAuth Token endpoint.
Specifies that the HTTP body type to be JSON and that the character set is in UTF-8.
System identifier for the job.
Number for the job. If provided must be unique, If not provided then a job number will be generated.
Title for the job.
The account’s customer’s name.
Name of the contact person to receive the order.
Email address for the named contact.
Phone number for the named contact.
Notes for the job.
Latitude value for the delivery location. Must be specified if a value for address is not specified. If specified, then a value for lng must also be specified.
Longitude value for the delivery location. Must be specified if a value for address is not specified. If specified, then a value for lat must also be specified.
Full job address. Must be specified if values for lng and lat are not specified. If specified, then values latitude and longitude are derived. If not specified, then will be derived based on the values specified for lng and lat
Scheduled date & time for fulfilment of the job, in UTC, and formatted as either YYYY-MM-DDTHH:mmZ or YYYY-DD-MM.
Scheduled duration for the job in hours and minutes.
The start of the arrival window, in UTC, and formatted as YYYY-MM-DDTHH:mmZ.
The end of the arrival window, in UTC, and formatted as YYYY-MM-DDTHH:mmZ.
System identifier for an existing driver. If specified then personName will be set to the name of the specified driver.
System identifier for an existing vehicle. If specified then vehicleName will be set to the name of the specified driver.
Name of an existing group. If not specified, then will default to the root group in the hierarchy.
Name of an existing vehicle. If specified then personName will be set to the default driver for the vehicle. If values for both personName and vehicleName have been set then personName must be the default driver that has been set for the specified vehicleName. personName can be any driver if there is no default driver for the specified vehicleName.
Comma separated list of order numbers.
Status of the job. Allowed values are: [NEW, ASSIGNED, IN_PROGRESS, VISITED, CANCELLED].
NEW, ASSIGNED, RECEIVED, IN_PROGRESS, VISITED, CANCELLED, MISSED, ACCEPTED, INCOMPLETE, $UNKNOWN Default value is set to 200 metres where no radius is specified. This can be modified using the jobRadius parameter.
Denotes whether the vehicle is assigned to a vehicle or driver
DRIVER, VEHICLE, $UNKNOWN Unique, unchangeable system generated identifier (alphanumeric) of an existing job type to be assigned to this job.
Unique identifier (alphanumeric) for creating a linking job. Either linkingId or linkedJobIndex can be specified. If linkingId is specified as an empty string, then a value will be automatically generated.
Description for linking job.
Sequence number for creating a linking job. Either linkingId or linkedJobIndex can be specified.
The names of the files you would like to upload to the job (max 3)