|
Http Verb |
POST |
|---|---|
|
Url |
/work-orders/bundler/r1/unbundlings/{bundleId} |
|
Permissions required |
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2025 W3 (FSM 21.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
|
Business Logic
This API manages the process of unbundling of the requested bundle. It takes a bundle ID as input, then processes it through a multi-phase workflow:
-
first it validates the request
-
loads the bundle to be processed
-
validates its state and the state of its operations
-
it changes the state of the bundle to cancelled and also of the operations not yet cancelled
Finally it returns an HTTP 204 if the request has been processed successfully.
Path Parameters
|
Field |
Note |
|---|---|
|
bundleId |
|
Response documentation
Response error codes
NOT_FOUND, BASE_005, BASE_0008, BUNDLERS_0002, BUNDLERS_0004, BUNDLERS_0010, BUNDLERS_0040