Update a shipment's tracking details
put
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/recon/shipments/{shipmentId}/tracking
Updates a shipment's tracking details. Rights: OrsInventoryPost and either OrsBlinded or 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)
400 Response
Invalid shipment type
Nested Schema : details
Type:
object
403 Response
User doesn't have access to the site.
Nested Schema : details
Type:
object
404 Response
Shipment not found.
Nested Schema : details
Type:
object
500 Response
Internal server error
Nested Schema : details
Type:
object