Job Payments
Create a new Job Payment
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-b0de-44f5-bf9e-231843527d2b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-fe53-466a-9fcd-2318432037cb",
"actioned_by_uuid": "123e4567-d3de-4d82-b6ec-23184cb4408b",
"attachment_uuid": "123e4567-0f15-4272-87a6-23184025a49b"
}Response
Success
Example response
{
"message": "OK"
}