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-37b3-4741-9d50-231cf967e5fb",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-e56a-42ce-bd9d-231cf5b5ab0b",
"material_uuid": "123e4567-d96b-4c43-86dd-231cf019fddb",
"tax_rate_uuid": "123e4567-d861-4ad4-93cc-231cf9f83a4b",
"job_material_bundle_uuid": "123e4567-1fca-4e31-aaf5-231cf6f84a7b"
}Response
Success
Example response
{
"message": "OK"
}