Update a Job Payment
OAuth Scope
This endpoint requires the following OAuth scope manage_job_payments.
Path parameters
UUID of the Job Payment
Request body
Example request
{
"job_uuid": "123e4567-7a73-4e8b-8b79-23f9426e19eb",
"actioned_by_uuid": "123e4567-054b-4281-8dc1-23f94dabec6b",
"timestamp": "2026-03-01 12:00:00",
"attachment_uuid": "123e4567-c48c-46e4-98a5-23f947b3a76b",
"uuid": "123e4567-383d-4b1e-8e1e-23f945734a2b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 3 of the 50 revisions of this API.26
- ●
removed the request property
activerequest-property-removed
- ●
removed the request property
is_depositrequest-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
- ○
- ○
the security scope
manage_job_paymentswas added to the endpoint's security schemeoauth2api-security-scope-added
- ○