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-442e-4829-b4f1-23e933de8f7b",
"material_uuid": "123e4567-300d-47de-a104-23e93c53052b",
"tax_rate_uuid": "123e4567-9c5a-4218-a38d-23e933c8f1fb",
"uuid": "123e4567-769b-4987-9813-23e936c7287b",
"job_material_bundle_uuid": "123e4567-295a-4a25-a35c-23e93177cc8b"
}Response
Success
Example response
{
"message": "OK"
}