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-f029-431e-87cf-232172e24d0b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-5c83-4379-a864-23217f31ae3b",
"material_uuid": "123e4567-c21e-4d07-a9e6-232179a2bc3b",
"tax_rate_uuid": "123e4567-285c-4b42-a9aa-23217e0bef3b",
"job_material_bundle_uuid": "123e4567-c5ca-44cd-92b7-23217e4c7a6b"
}Response
Success
Example response
{
"message": "OK"
}