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-c3bf-4f8d-b736-230b7ebd1efb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-93d8-43f3-a86e-230b7be07a4b",
"material_uuid": "123e4567-92da-4962-9394-230b75b9904b",
"tax_rate_uuid": "123e4567-5ccc-4fb8-9d7f-230b71888beb",
"job_material_bundle_uuid": "123e4567-ce23-4fe6-a1dc-230b7d93508b"
}Response
Success
Example response
{
"message": "OK"
}