Versions Compared

Key

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

catissuecore/rest/ng/sites/{siteId}

...

URLcatissuecore/rest/ng/sites/{siteId}
MethodPUT
Requestapplication/json
json

{
"name" : "Pune1010Pune",

"coordinatorCollection" : ["super@superjohn@bjc.com","site_admin@adminwashu.com"],

"type" : "Collection Site",

"activityStatus" : "Active",

"street" : "SB Road",

"city" : "Pune",

"state" : "MHMaharashtra",

"country" : "India" ,

"zipCode" : "412312",

"faxNumber" : "123321",

"phoneNumber" : "213434324"
}

Response

{
name"Pune1010Pune"
coordinatorCollection: [2]
0:  "admin@adminjohn@bjc.com"
1:  "super@supersite_admin@washu.com"
siteId48
type"Collection Site"
activityStatus"Active"
street"SB Road"
city"Pune"
state"MHMaharashtra"
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