v1.0

post

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/locally-sourced-kits

Creates local source settings for kit types.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : LocalSourceSettingRequest v1.0
Type: object
Title: LocalSourceSettingRequest v1.0
Request containing local source settings.
Show Source
Nested Schema : Locally Sourced Countries
Type: array
Title: Locally Sourced Countries
List of country IDs where kits are locally sourced.
Show Source
Nested Schema : Sourced By Site Countries
Type: array
Title: Sourced By Site Countries
List of country IDs where kits are sourced by site.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : LocalSourceSettingsResponse
Type: object
Title: LocalSourceSettingsResponse
Contains Local Source Settings detail response.
Show Source
Nested Schema : locallySourcedCountries
Type: array
Show Source
Nested Schema : sourcedBySiteCountries
Type: array
Show Source
Nested Schema : LocalSourceSettingsTo
Type: object
Title: LocalSourceSettingsTo
Contains locally sourced kit settings.
Show Source

400 Response

LocalSourceSettings Request is not valid
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 version
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