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-9231-4f58-b8c1-23110be5001b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-ba49-44c2-9588-231109a0a05b",
"material_uuid": "123e4567-c260-410c-bef6-23110abc69cb",
"tax_rate_uuid": "123e4567-a3f4-4bff-9d42-23110d7d381b",
"job_material_bundle_uuid": "123e4567-55b2-4b4c-9612-23110610f21b"
}Response
Success
Example response
{
"message": "OK"
}