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-feed-48ee-baa0-231b2251f8eb",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-f859-4203-801e-231b2b5d718b",
"material_uuid": "123e4567-f65a-41bc-96a6-231b2fe7554b",
"tax_rate_uuid": "123e4567-185e-4307-b648-231b2c340f8b",
"job_material_bundle_uuid": "123e4567-a7cf-4c97-b5cd-231b2a195eeb"
}Response
Success
Example response
{
"message": "OK"
}