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-c49f-4990-a72e-23b2e330345b",
"material_uuid": "123e4567-c06c-4351-8c0c-23b2e196578b",
"tax_rate_uuid": "123e4567-e5bf-49b5-ac43-23b2e7323b1b",
"uuid": "123e4567-ecf6-424a-9843-23b2e59d275b",
"job_material_bundle_uuid": "123e4567-e39a-494a-a06a-23b2e6f2c97b"
}Response
Success
Example response
{
"message": "OK"
}