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-455c-4324-b731-23eb232af59b",
"material_uuid": "123e4567-4efa-4530-8c60-23eb2b88a8db",
"tax_rate_uuid": "123e4567-ebc9-42a9-a06b-23eb2eeb5c0b",
"uuid": "123e4567-fb5d-473b-94f4-23eb290de24b",
"job_material_bundle_uuid": "123e4567-a093-4865-8da3-23eb26a6af4b"
}Response
Success
Example response
{
"message": "OK"
}