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-2c9e-45a3-b4e3-233121b3257b",
"edit_date": "2025-09-01 12:00:00",
"job_uuid": "123e4567-efaa-4094-896f-233125aac23b",
"material_uuid": "123e4567-b83b-48d8-b270-23312ccbbf3b",
"tax_rate_uuid": "123e4567-7571-4585-b6a0-233124ba561b",
"job_material_bundle_uuid": "123e4567-4891-4c39-9b9d-2331233d793b"
}Response
Success
Example response
{
"message": "OK"
}