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-4bc5-45bd-afbf-230c4073949b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-29ef-4e0a-aa46-230c45fcecdb",
"material_uuid": "123e4567-1447-43ff-9fa4-230c4ebb542b",
"tax_rate_uuid": "123e4567-60e6-4c17-9e20-230c47a8373b",
"job_material_bundle_uuid": "123e4567-07b8-4832-a590-230c418973ab"
}Response
Success
Example response
{
"message": "OK"
}