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-2a5c-4493-a6a1-231eff7f786b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-017e-4378-a41a-231ef46ff44b",
"material_uuid": "123e4567-db5b-41fd-b3a1-231ef6c09bfb",
"tax_rate_uuid": "123e4567-46fe-4ec4-a83e-231ef7019a9b",
"job_material_bundle_uuid": "123e4567-b99d-4c0b-90b0-231efe880ebb"
}Response
Success
Example response
{
"message": "OK"
}