Update a Job
OAuth Scope
This endpoint requires the following OAuth scope manage_jobs.
Path parameters
UUID of the Job
Request body
Example request
{
"created_by_staff_uuid": "123e4567-f7ec-44f1-8f82-23f94fdc6cab",
"date": "YYYY-MM-DD",
"company_uuid": "123e4567-9fc3-4f4c-ae8c-23f94a2a432b",
"payment_date": "2026-03-01 12:00:00",
"payment_actioned_by_uuid": "123e4567-e130-4744-bf68-23f94937a7eb",
"category_uuid": "123e4567-5651-43fe-a6f2-23f94a6f9c7b",
"queue_uuid": "123e4567-e5cb-43ec-8a27-23f948619a1b",
"queue_expiry_date": "2026-03-01 12:00:00",
"queue_assigned_staff_uuid": "123e4567-3588-4466-8265-23f9431c9d3b",
"quote_date": "2026-03-01 12:00:00",
"work_order_date": "2026-03-01 12:00:00",
"uuid": "123e4567-8032-4212-ae45-23f94e9e212b",
"completion_date": "2026-03-01 12:00:00",
"unsuccessful_date": "2026-03-01 12:00:00"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 3 of the 50 revisions of this API.21713
- ▲
removed the enum value
0.00of the request propertygeo_is_validrequest-property-enum-value-removed
- ▲
removed the enum value
1.00of the request propertygeo_is_validrequest-property-enum-value-removed
- ▲
the
geo_cityrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
geo_countryrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
geo_is_validrequest property type/format changed frominteger/to/request-property-type-changed
- ▲
the
geo_numberrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
geo_postcoderequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
geo_staterequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
geo_streetrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
invoice_sent_stamprequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
latrequest property type/format changed fromnumber/floatto/request-property-type-changed
- ▲
the
lngrequest property type/format changed fromnumber/floatto/request-property-type-changed
- ▲
the
quote_sent_stamprequest property type/format changed fromstring/to/request-property-type-changed
- ●
removed the request property
activerequest-property-removed
- ●
removed the request property
completion_actioned_by_uuidrequest-property-removed
- ●
removed the request property
generated_job_idrequest-property-removed
- ●
removed the request property
job_is_scheduled_until_stamprequest-property-removed
- ●
removed the request property
payment_processed_stamprequest-property-removed
- ●
removed the request property
payment_received_stamprequest-property-removed
- ●
removed the request property
total_invoice_amountrequest-property-removed
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ▲
request property
geo_is_validwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
invoice_sentwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
payment_processedwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
payment_receivedwas restricted to a list of enum valuesrequest-property-became-enum
- ▲
the
geo_is_validrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲
the
invoice_sentrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲
the
payment_processedrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲
the
payment_receivedrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ○
added the new
0.00enum value to the request propertygeo_is_validrequest-property-enum-value-added
- ○
added the new
0.00enum value to the request propertyinvoice_sentrequest-property-enum-value-added
- ○
added the new
0.00enum value to the request propertypayment_processedrequest-property-enum-value-added
- ○
added the new
0.00enum value to the request propertypayment_receivedrequest-property-enum-value-added
- ○
added the new
1.00enum value to the request propertygeo_is_validrequest-property-enum-value-added
- ○
added the new
1.00enum value to the request propertyinvoice_sentrequest-property-enum-value-added
- ○
added the new
1.00enum value to the request propertypayment_processedrequest-property-enum-value-added
- ○
added the new
1.00enum value to the request propertypayment_receivedrequest-property-enum-value-added
- ▲