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-74a7-4a41-a16e-2320a5bb5fab",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-e4b0-4cc6-bed0-2320ae054aab",
"material_uuid": "123e4567-450b-44d2-989a-2320a48e500b",
"tax_rate_uuid": "123e4567-77be-42cb-a1e1-2320a802e8bb",
"job_material_bundle_uuid": "123e4567-b620-4927-a7f2-2320a207e85b"
}Response
Success
Example response
{
"message": "OK"
}