Job Payments
Create a new Job Payment
OAuth Scope
This endpoint requires the following OAuth scope manage_job_payments.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/jobpayment.json
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
Example response
{
"message": "OK"
}