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
{
"uuid": "123e4567-debb-4141-932a-230fe47701fb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-51b5-4082-a2c4-230fe82795eb",
"material_uuid": "123e4567-028f-44e8-a725-230fe2d6e9db",
"tax_rate_uuid": "123e4567-e33f-4cd2-ba32-230fea2ae4cb",
"job_material_bundle_uuid": "123e4567-83fe-4823-850a-230fee52493b"
}Response
Success
Example response
{
"message": "OK"
}