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-874c-4e0b-85e4-23eb2e710adb",
"material_uuid": "123e4567-f7bd-4e60-aa62-23eb23556fab",
"tax_rate_uuid": "123e4567-3b35-4ea1-ab69-23eb23c341ab",
"uuid": "123e4567-2f86-4198-b67e-23eb22cdf34b",
"job_material_bundle_uuid": "123e4567-5321-47bb-bb5e-23eb2c5e48eb"
}Response
Success
Example response
{
"message": "OK"
}