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-8941-48f5-b9c8-230ef61c4a6b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-451b-483f-852b-230efaae14ab",
"material_uuid": "123e4567-5c91-4ab1-be3d-230ef723a4db",
"tax_rate_uuid": "123e4567-a1df-450c-bc18-230efc96b08b",
"job_material_bundle_uuid": "123e4567-a3fe-4ad6-9f55-230ef136a87b"
}Response
Success
Example response
{
"message": "OK"
}