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-6110-4f36-93cc-23f94736b95b",
"material_uuid": "123e4567-e645-4a4d-bb32-23f94a99a5ab",
"tax_rate_uuid": "123e4567-1528-43e7-a99b-23f944dde9cb",
"uuid": "123e4567-59d5-48ed-8c3e-23f94642c1db",
"job_material_bundle_uuid": "123e4567-beac-430e-9edc-23f94068e49b"
}Response
Success
Example response
{
"message": "OK"
}