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-7463-4b23-a564-2329ba2d259b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-696c-493c-a79e-2329bb8c81cb",
"material_uuid": "123e4567-2a65-4928-aa0a-2329b51f990b",
"tax_rate_uuid": "123e4567-a4cc-40f8-88c5-2329b5756cfb",
"job_material_bundle_uuid": "123e4567-c4d0-4eae-90d2-2329bed23f3b"
}Response
Success
Example response
{
"message": "OK"
}