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-eca9-47b5-ac6c-231ef593393b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-01f6-4037-8be8-231ef589c17b",
"material_uuid": "123e4567-b887-4ca2-8ca7-231efb12130b",
"tax_rate_uuid": "123e4567-9f81-4805-819c-231ef54ea3db",
"job_material_bundle_uuid": "123e4567-9e41-421a-aa40-231ef3e22beb"
}Response
Success
Example response
{
"message": "OK"
}