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-38dc-4b6a-80ab-230c4e71583b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-b2aa-4957-8cd0-230c4d65294b",
"material_uuid": "123e4567-27ae-44b3-960e-230c44d22c2b",
"tax_rate_uuid": "123e4567-9180-44ad-99a4-230c40df528b",
"job_material_bundle_uuid": "123e4567-c6d9-4bd1-afc4-230c4d37a3eb"
}Response
Success
Example response
{
"message": "OK"
}