Job Materials
Create a new Job Material
OAuth Scope
This endpoint requires the following OAuth scope manage_job_materials.
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/jobmaterial.json
Request body
Example request
{
"uuid": "123e4567-ba4a-4b5d-8daf-232223327d3b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-d1c7-41eb-87ad-23222843182b",
"material_uuid": "123e4567-415c-4c83-a25a-2322211260db",
"tax_rate_uuid": "123e4567-5a93-4db5-bb82-23222b59165b",
"job_material_bundle_uuid": "123e4567-b90a-4947-a1ca-232224d7fd9b"
}Response
Success
Example response
{
"message": "OK"
}