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-fedf-4ece-a3e3-231d2b5623ab",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-e31b-47ea-9071-231d2cdb9f7b",
"actioned_by_uuid": "123e4567-ab15-4baf-ab29-231d2cb4afeb",
"timestamp": "2025-08-01 12:00:00",
"attachment_uuid": "123e4567-7331-4cd7-9bc8-231d2d26dd0b"
}Response
Success
Example response
{
"message": "OK"
}