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
{
"uuid": "123e4567-098f-4703-af52-2329b805621b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-a45c-4c44-8303-2329bb578bab",
"actioned_by_uuid": "123e4567-111d-4a26-9bc2-2329bff5523b",
"timestamp": "2025-08-01 12:00:00",
"attachment_uuid": "123e4567-3424-473e-ad0d-2329be281a6b"
}Response
Success
Example response
{
"message": "OK"
}