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-e8dd-4f54-b8a8-231cf99b7e5b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-12d2-4ce0-a0d0-231cff03612b",
"material_uuid": "123e4567-ff5b-4d9d-a859-231cf9f5120b",
"tax_rate_uuid": "123e4567-1a69-4013-8851-231cfa521b1b",
"job_material_bundle_uuid": "123e4567-970e-4b8c-bdfd-231cf837e02b"
}Response
Success
Example response
{
"message": "OK"
}