created_by_staff_uuidstring uuid
UUID of the staff member who created this job. Records which staff member initially added the job to the system.
datestring
The date the job was created or scheduled. Used for organizing jobs chronologically and for reference in reports.
company_uuidstring uuid
UUID reference to the client/company record associated with this job. Links the job to a client in the system, establishing the client-job relationship for billing and contact purposes.
billing_addressstring
The address where invoices and billing information should be sent. If not specified, defaults to the job address.
status'Quote' | 'Work Order' | 'Unsuccessful' | 'Completed' required
Current status of the job. Controls where the Job appears in the Dispatch Board.. Valid values are [Quote,Work Order,Unsuccessful,Completed]
{"stackTrail":"components:schemas:JobCreate:properties:lng","oasType":"schema","type":"unknown","description":"Longitude coordinate of the job location. Used for mapping and geolocation features. This is automatically populated based on the job address through geocoding."}
{"stackTrail":"components:schemas:JobCreate:properties:lat","oasType":"schema","type":"unknown","description":"Latitude coordinate of the job location. Used for mapping and geolocation features. This is automatically populated based on the job address through geocoding."}
payment_datestring
Not used. Refer to JobPayment endpoint.
payment_actioned_by_uuidstring uuid
Not used. Refer to JobPayment endpoint.
payment_methodstring
Not used. Refer to JobPayment endpoint.
payment_amountstring
Not used. Refer to JobPayment endpoint.
category_uuidstring uuid
UUID reference to the job category this job belongs to. Categories help organize jobs by type of work or department.
payment_notestring
Not used. Refer to JobPayment endpoint.
{"stackTrail":"components:schemas:JobCreate:properties:geo_is_valid","oasType":"schema","type":"unknown","description":"Indicates whether the geocoding for the job address was successful. When true, the latitude and longitude coordinates are considered accurate for mapping and location-based features."}
purchase_order_numberstring
Client purchase order reference number for this job. Used for cross-referencing with external accounting or order management systems.
invoice_sent0 | 1
Indicates whether an invoice has been sent for this job.. Valid values are [0,1]
{"stackTrail":"components:schemas:JobCreate:properties:invoice_sent_stamp","oasType":"schema","type":"unknown","description":"Timestamp when the invoice was sent to the client. Format is YYYY-MM-DD HH:MM:SS."}
{"stackTrail":"components:schemas:JobCreate:properties:ready_to_invoice","oasType":"schema","type":"unknown","description":"DEPRECATED"}
{"stackTrail":"components:schemas:JobCreate:properties:ready_to_invoice_stamp","oasType":"schema","type":"unknown","description":"DEPRECATED"}
{"stackTrail":"components:schemas:JobCreate:properties:geo_country","oasType":"schema","type":"unknown","description":"The country component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
{"stackTrail":"components:schemas:JobCreate:properties:geo_postcode","oasType":"schema","type":"unknown","description":"The postal/zip code component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
{"stackTrail":"components:schemas:JobCreate:properties:geo_state","oasType":"schema","type":"unknown","description":"The state/province component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
{"stackTrail":"components:schemas:JobCreate:properties:geo_city","oasType":"schema","type":"unknown","description":"The city/locality component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
{"stackTrail":"components:schemas:JobCreate:properties:geo_street","oasType":"schema","type":"unknown","description":"The street name component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
{"stackTrail":"components:schemas:JobCreate:properties:geo_number","oasType":"schema","type":"unknown","description":"The street number component extracted from the geocoded job address. Automatically populated when an address is geocoded."}
queue_uuidstring uuid
The UUID of the queue this job belongs to.
queue_expiry_datestring
The date and time when the job expires from the queue.
queue_assigned_staff_uuidstring uuid
The UUID of the staff member assigned to this job in the queue.
badgesstring
JSON Array of Badge UUIDs
quote_datestring
The date and time that the job status was changed to Quote.
quote_sent0 | 1
Boolean flag indicating whether a quote has been sent to the client for this job.. Valid values are [0,1]
{"stackTrail":"components:schemas:JobCreate:properties:quote_sent_stamp","oasType":"schema","type":"unknown","description":"Timestamp when the quote was sent to the client. Format is YYYY-MM-DD HH:MM:SS."}
work_order_datestring
The date and time that the job status was changed to Work Order.
{"stackTrail":"components:schemas:JobCreate:properties:active_network_request_uuid","oasType":"schema","type":"unknown","description":"DEPRECATED"}
{"stackTrail":"components:schemas:JobCreate:properties:related_knowledge_articles","oasType":"schema","type":"unknown","description":"DEPRECATED"}
uuidstring uuid
Unique identifier for this record
job_addressstring
Physical address where the job is to be performed. This address is used for geocoding to place the job on the map.
work_done_descriptionstring
payment_processed0 | 1
Indicates whether the job has been exported to the connected Accounting Package.. Valid values are [0,1]
payment_received0 | 1
Indicates whether full payment has been received for this job.. Valid values are [0,1]
completion_datestring
The date and time that the job status was changed to Completed.
unsuccessful_datestring
The date and time that the job status was changed to Unsuccessful.