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-7315-4efd-bdf4-233c689d42fb",
"material_uuid": "123e4567-8fb6-49f4-bd94-233c6f895f3b",
"tax_rate_uuid": "123e4567-797c-4e61-b288-233c6f97722b",
"uuid": "123e4567-b54c-4262-bab3-233c616b25fb",
"job_material_bundle_uuid": "123e4567-fc6e-4451-a083-233c6d43032b"
}Response
Success
Example response
{
"message": "OK"
}