Terminate or reinstate a site
patch
/scim/{trialname}/2.0/groups
Terminates or reinstates an InForm sutdy site.
Request
Supported Media Types
- application/json
- text/json
- application/xml
- text/xml
- application/x-www-form-urlencoded
Path Parameters
-
trialname(required): string
Name of the InForm study.
Nested Schema : SitePatchAttr
Type:
Show Source
object
-
active(required):
boolean
Use value true to re-instate, false to terminate.
-
SiteMnemonic(required):
string
Maximum Length:
20
Pattern:(\w|-|_| )+
Site Mnemonic. Also referred to as the site number.
Response
Supported Media Types
- application/json
- text/json
- application/xml
- text/xml
200 Response
OK
Root Schema : schema
Type:
object
500 Response
Root Schema : schema
Type:
Show Source
object
-
Message:
string
Default Value:
Error messages defined in the model.
- Unauthorized - An invalid token or study name was provided.
- Site number not provided - Site number was not provided.
- Invalid Site - Invalid site number provided.
- Unknown error - Internal processing error. Please contact support.