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
{
"job_uuid": "123e4567-489d-423d-b4f9-234827e94a9b",
"material_uuid": "123e4567-cddd-4659-bc6f-23482e99370b",
"tax_rate_uuid": "123e4567-107b-49f6-9299-234822cb675b",
"uuid": "123e4567-fbc1-4d1b-b0cc-234821f3cbfb",
"job_material_bundle_uuid": "123e4567-e46e-41a8-8172-234825790d8b"
}Response
Success
Example response
{
"message": "OK"
}