Versions Compared

Key

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

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

or

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

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

...

Parameter
Details
siteIdSite Id of the site
nameName of the physical location.
coordinatorCollection

Collection of user info object. UserInfo 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 record

{ active, closedcollection site,repository,laboratory,not specified }

emailAddressEmail Address
streetName of street to which site belongs.
cityCity of which the site belongs.
state [optional]State 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  [optional]Fax number of the site, By default it will be blank.
phoneNumber [optional]Phone number of the site, By default it will be blank.


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

or

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

Use this URL to update site in caTissue application.

...

Below is the example of the update site:

URL

catissuecoreopenspecimen/rest/ng/sites/name={siteName}

or

catissuecoreopenspecimen/rest/ng/sites/{siteId}

MethodPUT
Requestapplication/json
json

{
"name" : "Pune",

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

"type" : "Collection Site",

"activityStatus" : "Active",

"emailAddress" : "admin@admin.com",

"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"
emailAddress: "admin@admin.com"
street"SB Road"
city"Pune412312"
state"MH"
country"India"
zipCode"412312"
faxNumber"123321"
phoneNumber"213434324"
}

 

Error Cases :

code
Applies to
Status Message
200All resourcesSite has been updated successfully
400All requestsInvalid parameters, e.g  duplicate Site Name, blank Site Name etc
401All requestsAuthorization failed, 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