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-e74f-4acf-8fd2-231d283febab",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-320a-46fd-b8f2-231d2333b4fb",
"material_uuid": "123e4567-5952-47ad-9530-231d2493840b",
"tax_rate_uuid": "123e4567-9fbf-4f2a-b0ae-231d29f1f24b",
"job_material_bundle_uuid": "123e4567-58e7-4993-a489-231d248efbab"
}Response
Success
Example response
{
"message": "OK"
}