Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

http[data-colorid=jon4t40jog]{color:#770088} html[data-color-mode=dark] [data-colorid=jon4t40jog]{color:#ee77ff}[data-colorid=ksv0dxwxpl]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=ksv0dxwxpl]{color:#ffac31}[data-colorid=zdau67fmy0]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=zdau67fmy0]{color:#ffac31}[data-colorid=qgb7dwtb05]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=qgb7dwtb05]{color:#ffac31}[data-colorid=wy2cxeux1y]{color:#4488aa} html[data-color-mode=dark] [data-colorid=wy2cxeux1y]{color:#5599bb}[data-colorid=to8cl6acz9]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=to8cl6acz9]{color:#ffac31}[data-colorid=nmht94zin1]{color:#4488aa} html[data-color-mode=dark] [data-colorid=nmht94zin1]{color:#5599bb}[data-colorid=fbm8w6zqoc]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=fbm8w6zqoc]{color:#ffac31}[data-colorid=wy6kvo2oo2]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=wy6kvo2oo2]{color:#ffac31}[data-colorid=m2xxiridyc]{color:#4488aa} html[data-color-mode=dark] [data-colorid=m2xxiridyc]{color:#5599bb}[data-colorid=vq8amculrq]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=vq8amculrq]{color:#ffac31}[data-colorid=mgtvrnxs8j]{color:#4488aa} html[data-color-mode=dark] [data-colorid=mgtvrnxs8j]{color:#5599bb}[data-colorid=mx5mp50bso]{color:#4488aa} html[data-color-mode=dark] [data-colorid=mx5mp50bso]{color:#5599bb}[data-colorid=vn92y5ogl7]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=vn92y5ogl7]{color:#ffac31}[data-colorid=ueynnaaz2i]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=ueynnaaz2i]{color:#ffac31}[data-colorid=mhtfd45n0j]{color:#4488aa} html[data-color-mode=dark] [data-colorid=mhtfd45n0j]{color:#5599bb}[data-colorid=rgmwecr87v]{color:#4488aa} html[data-color-mode=dark] [data-colorid=rgmwecr87v]{color:#5599bb}[data-colorid=t61018ue1w]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=t61018ue1w]{color:#ffac31}[data-colorid=n40h6m4suv]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=n40h6m4suv]{color:#ffac31}[data-colorid=ne6560pzjj]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=ne6560pzjj]{color:#ffac31}[data-colorid=k6zl9c4d9h]{color:#4488aa} html[data-color-mode=dark] [data-colorid=k6zl9c4d9h]{color:#5599bb}[data-colorid=am31ehrdd7]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=am31ehrdd7]{color:#ffac31}[data-colorid=o8prk9k5it]{color:#4488aa} html[data-color-mode=dark] [data-colorid=o8prk9k5it]{color:#5599bb}[data-colorid=tz4ks5l69i]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=tz4ks5l69i]{color:#ffac31}[data-colorid=rgcs5ws3ve]{color:#4488aa} html[data-color-mode=dark] [data-colorid=rgcs5ws3ve]{color:#5599bb}[data-colorid=ssz202wz8o]{color:#4488aa} html[data-color-mode=dark] [data-colorid=ssz202wz8o]{color:#5599bb}[data-colorid=qf2hlugwl8]{color:#ce7b00} html[data-color-mode=dark] [data-colorid=qf2hlugwl8]{color:#ffac31}catissuecores]:<host>:<port>/openspecimen/rest/ng/sites/{siteIdid}

Use this resource to update the site in the site. Use HTTP PUT method to call this API by passing the below details in JSON format.

Below are the attributes which need to be sent in the request body:

Parameter
Details
siteIdisSite Id of the site
nameName of the physical location.coordinatorCollection
instituteNameName of the institute which site is belongs to
coordinators

Collection of user info object. UserInfo contains Login User Info contains Login Name and Domain Name

type

Function of the site. It could be collection, storing, experimentation or it could be unspecified

{ Collection Sitecollection site,Repositoryrepository,Laboratorylaboratory,Not Specified not specified }

activityStatus

Defines the status of a Site site record

{active, closed}

streetName of street to which site belongs.
cityCity of which the site belongs.
stateState of which the site belongs, By default it will be blank.
countryCountry of which the site belongs.
zipCodeZip Code of location which the site belongs.
faxNumber Fax number of the site, By default it will be blank.
phoneNumber Phone number of the site, By default it will be blank.

...

, pending, disabled}

addressAddress of the site


http[s]:<host>:<port>/
catissuecoreopenspecimen/rest/ng/sites/{siteIdid}

Use this URL to update site in caTissue open specimen application.

Result:

The response of this request will contains the details of the updated site.

Below is the example of the update site:

URLcatissuecore

http://<host>:<port>/openspecimen/rest/ng/sites/

{siteId}

4

MethodPUT
Requestapplication/json
json
Code Block
languagejs
themeEclipse
linenumbers

{
"name" : "Pune",

"coordinatorCollection" : [ { "loginName" : "admin@admin.com", "domainName" :"catissue"}],

"type" : "Collection Site",

"activityStatus" : "Active",

"street" : "SB Road",

"city" : "Pune",

"state" : "Maharashtra",

"country" : "India" ,

"zipCode" : "412312",

"faxNumber" : "123321",

"phoneNumber" : "213434324"
}

Response

{
name"DD1"
coordinatorCollection
[{ 
      loginName"admin@admin.com"
domainName"catissue"
}]
id6
type"sitesType"
activityStatus"Active"
emailAddressnull
street"SB Road"
city"Pune412312"
state"MH"
country"India"
zipCode"412312"
faxNumber"123321"
phoneNumber"213434324"
}

...

true
{
    "id": "4",
    "name": "Arkansas Hospital",
    "instituteName": "A1 - For Demo Users",
    "type": "Collection Site",
    "activityStatus": "Active",
    "coordinators":
    [
        {
            "loginName": "aalfortish",
            "domain": "openspecimen"
        },
        {
            "loginName": "vinod",
            "domain": "openspecimen"
        }
    ],
    "address": "Arkansas"
}

Response

Code Block
languagejs
themeEclipse
linenumberstrue
{
    "id": 4,
    "name": "Arkansas Hospital",
    "instituteName": "A1 - For Demo Users",
    "type": "Collection Site",
    "activityStatus": "Active",
    "cpCount": 0,
    "coordinators":
    [
        {
            "id": 107,
            "firstName": "Alexandra",
            "lastName": "Alfortish",
            "loginName": "aalfortish",
            "domain": "openspecimen",
            "emailAddress": "aalfortish@lcrc.info",
            "admin": false,
            "cpCount": 0,
            "creationDate": 1438021800000
        },
        {
            "id": 14,
            "firstName": "Vinod",
            "lastName": "Gaikwad",
            "loginName": "vinod",
            "domain": "openspecimen",
            "emailAddress": "vinod.gaikwad@domain.com",
            "admin": false,
            "cpCount": 0,
            "creationDate": null
        }
    ],
    "address": "Arkansas",
}

 

Error Cases :

code
Applies to
Status Message
200All resourcesSite has been updated successfully
400All requestsInvalid parameters, e.g  duplicate Site Namesite name, blank Site Name site name etc
401All requestsAuthorization failed, User user doesn’t have Authority
404All requestsSite not found, Site with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations