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-91de-493c-afe8-23184b996e9b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-e3ea-4a05-af7a-23184cf51c3b",
"material_uuid": "123e4567-497e-47d3-96e6-23184c28a4bb",
"tax_rate_uuid": "123e4567-2e71-4ed2-8e28-231847e593fb",
"job_material_bundle_uuid": "123e4567-7a6c-420b-bcdd-23184be484cb"
}Response
Success
Example response
{
"message": "OK"
}