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-df7f-4659-a5ed-230b73447abb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-2f90-40b8-b570-230b7aa4214b",
"material_uuid": "123e4567-3372-401e-9154-230b7ca7481b",
"tax_rate_uuid": "123e4567-5499-4e36-86b3-230b75c3cffb",
"job_material_bundle_uuid": "123e4567-b730-4448-be14-230b7aa2c89b"
}Response
Success
Example response
{
"message": "OK"
}