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-0ece-44a3-8476-231d24ac44db",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-279c-4979-b841-231d20b8a2eb",
"material_uuid": "123e4567-39d8-4dc6-98c9-231d2dd8cbcb",
"tax_rate_uuid": "123e4567-ae1b-48d0-b48e-231d2057084b",
"job_material_bundle_uuid": "123e4567-6706-46ea-9ebe-231d27baebab"
}Response
Success
Example response
{
"message": "OK"
}