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-6ec6-4ef7-8012-23312791bc3b",
"edit_date": "2025-09-01 12:00:00",
"job_uuid": "123e4567-7af9-4771-9025-233120b3498b",
"material_uuid": "123e4567-2b5e-4705-856f-233122a2051b",
"tax_rate_uuid": "123e4567-b59c-46ad-a8cb-23312c94a09b",
"job_material_bundle_uuid": "123e4567-9a9d-40cb-8338-23312f321cfb"
}Response
Success
Example response
{
"message": "OK"
}