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-7ac5-4c40-9900-231b2659987b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-8af3-4b8b-a38b-231b2f0efbeb",
"material_uuid": "123e4567-ed0f-49fc-8f0e-231b2940e0bb",
"tax_rate_uuid": "123e4567-6b55-4128-b1ba-231b22a7101b",
"job_material_bundle_uuid": "123e4567-fc35-411c-911a-231b2050bb4b"
}Response
Success
Example response
{
"message": "OK"
}