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-377c-4812-91e4-230feb7f032b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-8fc0-40df-8125-230fe15a2bbb",
"actioned_by_uuid": "123e4567-4cb9-41cc-82cc-230fef488a4b",
"attachment_uuid": "123e4567-9211-4a8e-a32f-230fec22290b"
}Response
Success
Example response
{
"message": "OK"
}