Job Materials
Update a Job Material
OAuth Scope
This endpoint requires the following OAuth scope manage_job_materials.
post/jobmaterial/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Material
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 - The record was updated successfully
Example response
{
"message": "OK"
}