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-cfa6-46fd-ae23-230c4a23a53b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-e413-489e-a920-230c48b7659b",
"actioned_by_uuid": "123e4567-7ab2-4fd7-885f-230c48be737b",
"attachment_uuid": "123e4567-7106-4c80-b74a-230c4b1c737b"
}Response
Success
Example response
{
"message": "OK"
}