Update tracking details for an order shipment
put
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/shipments/{shipmentId}/tracking
Updates tracking details for an order shipment. Rights: OrsInventoryPost, OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
shipmentId(required): string(uuid)
ID of the shipment.
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- */*
Root Schema : schema
Type:
object
Shipment tracking details request object.
Show Source
-
shipmentId: string
(uuid)
Shipment Id.
-
trackingNumber: string
Minimum Length:
0
Maximum Length:50
Shipment tracking number.Example:12345
-
trackingNumberUrl: string
Minimum Length:
0
Maximum Length:2048
Pattern:^$|^(https?)://.+$
Tracking number url.Example:http://www.site.com
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
string(uuid)
404 Response
'Invalid study ID', 'Study still in design phase' or 'Invalid shipment ID'
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Internal server error
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object