Job Material Bundles
Update a Job Material Bundle
post/jobmaterialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Material Bundle
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"
}