logo

Job

A summary of the progress of a quote request


Structure

Job:
"id": string
"metadata": object

id#

The ID of the job, provided when accepting the quote request
Type:string
Required:No
Format: string

status#

The status of a job
Required:No
Format: string
Default value:Open

Allowable values:

Open
Cancelled
Closed

bookingDate#

The date of the booking, provided when accepting the quote request
Type:string
Required:No
Format: date

metadata#

Metadata for the job.
Type:object
Required:No
Format:[string]: string

Note:

This will be formatted as an object with keys of the type string and values of type string.