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-cc31-42bb-86fc-23482da2878b",
"actioned_by_uuid": "123e4567-3296-4764-90b4-23482b9efbdb",
"timestamp": "2025-09-01 12:00:00",
"attachment_uuid": "123e4567-22de-456a-aa7b-23482b760cbb",
"uuid": "123e4567-cb3d-427b-90f1-23482c40962b"
}Response
Success
Example response
{
"message": "OK"
}