NextGen APIs

POST /work-orders/bundler/r1/bundles/{bundleId}/operations

Http Verb

POST

Url

/work-orders/bundler/r1/bundles/{bundleId}/operations

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 manage the addition of a bundle operation to an already existing bundle, by specifying the id of the work order operation we want to add to the bundle.

The process:

  • Loads target bundle and validates it's in SCHEDULABLE state

  • Checks if the work order operation is eligible for bundling

  • Creates new bundle operation entity with state SCHEDULABLE

  • Inserts the bundle operation in last position

  • Recalculates bundle’s skills and attributes

Returns the ID of the created bundle operation.

Header Parameters

Default.

Request Body Parameters

Field

Validations

Note

workOrderOperations

 Mandatory



Response documentation

Response payload fields

Field

Note

Example value

payload

 List of ids of created bundles

[
  {
    "id": 1
  }
]

Response error codes

NOT_FOUND, BASE_005, BASE_0008, BUNDLERS_0009, BUNDLERS_0013, BUNDLERS_0026, BUNDLERS_0032