Job Material Bundles
Create a new Job Material Bundle
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/jobmaterialbundle.json
Request body
Example request
{
"uuid": "123e4567-eb3a-4d79-8327-23110713aeab",
"edit_date": "2025-07-01 12:00:00",
"material_bundle_uuid": "123e4567-630a-4b4a-b6fb-23110f4f23db",
"job_uuid": "123e4567-914f-4f98-a8d0-23110d8f1aab"
}Response
Success
Example response
{
"message": "OK"
}