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-c39e-4623-b7ab-230b7de19c1b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-b16c-4867-9a70-230b736fc07b",
"actioned_by_uuid": "123e4567-8e63-4c13-8a26-230b704d719b",
"attachment_uuid": "123e4567-7dce-4f04-ae7f-230b76eb6a6b"
}Response
Success
Example response
{
"message": "OK"
}