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-1618-40b8-8ccc-231b2f0d385b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-5ea3-4dca-a2b7-231b2a4918ab",
"actioned_by_uuid": "123e4567-8db2-4137-948b-231b2741eecb",
"attachment_uuid": "123e4567-e224-474b-801f-231b273e3e6b"
}Response
Success
Example response
{
"message": "OK"
}