Update kit status for a site. Added formInstanceId in response when kits are updated to pending destruction

put

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

Updates a kit's status at a site. 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 id.
Show Source
Nested Schema : SiteUserUpdateKitsFilter
Type: object
Contains Update kits filter
Show Source
Nested Schema : inventoryStatusIds
Type: array
Title: inventoryStatusIds
Contains inventory status id.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : UpdateSiteKitsResponse v4.0
Type: object
Title: UpdateSiteKitsResponse v4.0
Response object of update kit at site
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