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-0f07-433e-96fa-231fefd78b6b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-7fbb-4606-ac1f-231fe1124e3b",
"material_uuid": "123e4567-1e29-42c9-838a-231feaafb31b",
"tax_rate_uuid": "123e4567-15fc-4870-b293-231fedc0307b",
"job_material_bundle_uuid": "123e4567-bfc6-42ce-8d68-231fe87ae84b"
}Response
Success
Example response
{
"message": "OK"
}