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-34aa-486d-8669-23482137beeb",
"material_uuid": "123e4567-ffb3-461c-b915-23482c6dce9b",
"tax_rate_uuid": "123e4567-f49b-44a9-9545-23482a94897b",
"uuid": "123e4567-9d98-4d4f-b1f1-234822b8835b",
"job_material_bundle_uuid": "123e4567-10e4-494f-bfa0-2348255e4feb"
}Response
Success
Example response
{
"message": "OK"
}