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-db51-46fe-9d3a-231840307d4b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-b64f-46e0-9bca-23184d159bbb",
"material_uuid": "123e4567-44d1-4182-8a3d-231844e2506b",
"tax_rate_uuid": "123e4567-6ebc-4ad8-a49a-23184c86603b",
"job_material_bundle_uuid": "123e4567-4215-4388-83c0-2318458fed7b"
}Response
Success
Example response
{
"message": "OK"
}