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-333d-4dc7-a08a-2313fd47ab0b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-217a-4219-bea6-2313f70dbf6b",
"material_uuid": "123e4567-89ba-4b56-b7f7-2313fd9f1e7b",
"tax_rate_uuid": "123e4567-698c-4b3c-a93a-2313f57deefb",
"job_material_bundle_uuid": "123e4567-d9a7-4203-a6c1-2313f3af974b"
}Response
Success
Example response
{
"message": "OK"
}