Versions Compared

Key

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

catissuecore/rest/ng/sites/{siteId}

...

Parameter
Details
siteIdSite Id of the site
namename Name of the sitephysical location.
coordinatorCollection

Collection of user login names. Login  Login Name through which user can login to catissue application,should be unique in authentication domains

type

Type Function of the site. This attribute is should not be blank.It could be collection, storing, experimentation or it could be unspecified

{ Collection Site,Repository,Laboratory,Not Specified }

activityStatus

Activity status of the site, permissible values areDefines the status of a Site record

{active, closed, pending, disabled}

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.

...

Method
URL
URLcatissuecore/rest/ng/sites/{siteId}
MethodPATCH
Requestapplication/json
json

{

"name" : "Mumbai"

}

Response

{

name"Mumbai"
coordinatorCollection: [2]
0:  "john@bjc.com"
1:  "site_admin@washu.com"
siteId48
type"Collection Site"
activityStatus"Active"
street"SB Road"
city"Pune"
state"Maharashtra"
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 First Name ,Blank Site Type etc
401All requestsAuthorization failed, User doesn't have Authority
404All requestsSite not found, User with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations