Update shipment details for an order with deliveryNumber
put
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/orders/{shipmentId}
Updates shipment details with deliverNumber for an order Rights: OrsInventoryPost, OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
shipmentId(required): string
ID of the shipment.
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- */*
Root Schema : schema
Type:
object
Contains shipment order details.
Show Source
-
deliveryNumber: string
Delivery number.Example:
12345
-
shipDate(required): string
(date-time)
Date of shipping.
-
trackingNumber(required): string
Tracking number.Example:
12345
-
trackingNumberUrl: string
Tracking number url.Example:
http://www.site.com
-
updateDeliveryNumber: boolean
Response
Supported Media Types
- application/json
200 Response
Successful operation
400 Response
Invalid shipment type
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
404 Response
'Invalid study ID', 'Study still in design phase' or 'Invalid shipment ID'
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object