v2.0

put

/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/inventory/kits/{kitId}

Deprecated: Updates a kit's status at a site by kit ID. Rights: OrsInventoryPost and either OrsUnblinded or OrsBlinded.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : kits
Type: array
Title: kits
Contains kit IDs.
Show Source
Nested Schema : SiteUserUpdateKitsFilter
Type: object
Contains filter criteria to update kits.
Show Source
Nested Schema : inventoryStatusIds
Type: array
Title: inventoryStatusIds
List of inventory status IDs.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : IDResponse v1.0
Type: object
Title: IDResponse v1.0
Response containing the identifier.
Show Source

400 Response

For invalid subject or inventory status or invalid transition status for, kit does not belong to site.
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object

404 Response

For invalid study ID or study still in design phase AND for invalid kit and study combination.
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object

500 Response

Internal server error
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Back to Top