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-9fc9-48a4-890d-2346740a9abb",
"material_uuid": "123e4567-254b-4900-bc16-234675b70bcb",
"tax_rate_uuid": "123e4567-f190-40a7-a240-234671b7cafb",
"uuid": "123e4567-1ba7-4870-b862-23467e2bedcb",
"job_material_bundle_uuid": "123e4567-07b8-403a-aaaf-23467049b34b"
}Response
Success
Example response
{
"message": "OK"
}