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-af03-4acc-886c-234d50bd4d7b",
"material_uuid": "123e4567-3046-4f27-9351-234d5aea77fb",
"tax_rate_uuid": "123e4567-71c2-4467-ac92-234d5d479f3b",
"uuid": "123e4567-9d5e-494d-add8-234d5d9b16cb",
"job_material_bundle_uuid": "123e4567-3fb4-42fa-9d58-234d5e5dd0ab"
}Response
Success
Example response
{
"message": "OK"
}