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-0275-4a8c-9096-230fe9ab8c1b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-f9bf-461a-b943-230fe35fa24b",
"material_uuid": "123e4567-4cd7-43c0-837a-230fe17f9e5b",
"tax_rate_uuid": "123e4567-5e92-4920-8302-230fea73e15b",
"job_material_bundle_uuid": "123e4567-be37-452a-8e53-230fe495888b"
}Response
Success
Example response
{
"message": "OK"
}