v1.0

post

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/recon/shipments/cancel

Cancels a reconciliation shipment.
Rights: OrsInventoryPost and OrsBlinded or OrsUnblinded.

Request

Path Parameters
  • Indicates the operational mode of the study. Accepted values: active, test, or training.
    Example:
    test
  • Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example:
    B1B8327AFAA6412287106192AB5984EF
Supported Media Types
Request Body - */* ()
Root Schema : Cancel Reconciliation Shipment Request
Type: object
Title: Cancel Reconciliation Shipment Request
Cancel recon shipment parameters.
Show Source
Nested Schema : shipmentIds
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Unique Items Required: true
Contains shipment IDs.
Show Source
Example:
[
    "E39FF55A445543A38D513325664F0B2D",
    "8ECE2C9D389645B09740DC7926DEFB69"
]
Back to Top

Response

Supported Media Types

200 Response

Successful operation

400 Response

'Invalid kit status.', 'Invalid shipment.', 'One or more shipments are not in a valid status.'
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

403 Response

User doesn't have access to the site
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

Back to Top