Versions Compared

Key

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

catissuecore/rest/ng/sites

...

Parameter
Details
namename of the site
coordinatorCollection

Collection of user login names.Login Name through which user can login to catissue application

type

Type of site. Permissible values are

{ Collection Site,Repository,Laboratory,Not Specified }

activityStatus

Activity status of the site, permissible values are

{active, closed, pending, disabled}

streetName of street to which the site belongs.
cityName of city to which the site belongs.
state [optional]Name of the state to which the site belongs 
countryName of the country to which the site belongs
zipCodeZip Code of location
faxNumber [optional]Fax number of the site
phoneNumber [optional]Phone number of the site

...

URLhttp://<host>:<port>/catissuecore/rest/ng/sites
MethodPOST
Requestapplication/json
json{

"name" : "Pune",

"coordinatorCollection" : ["john@bjc.com","site_admin@washu.com"],

"type" : "Collection Site",

"activityStatus" : "Active",

"street" : "SB Road",

"city" : "Pune",

"state" : "Maharashtra",

"country" : "India" ,

"zipCode" : "412312",

"faxNumber" : "123321",

"phoneNumber" : "213434324"

}

Response

{

name"Pune"
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 created successfully
400All requestsInvalid parameters, e.g  duplicate Site Name, blank Site Name, blank Site Type etc
401All requestsAuthorization failed, User doesn't have Authority
500All requestsInternal server error, Encountered server error while performing operations