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-3043-4893-9d00-2313fd8b969b",
"edit_date": "2025-08-01 12:00:00",
"material_bundle_uuid": "123e4567-cfad-4db5-b93a-2313f7663a1b",
"job_uuid": "123e4567-47c3-41c6-b302-2313f350e97b"
}Response
Success
Example response
{
"message": "OK"
}