Versions Compared

Key

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

catissuecore/rest/ng/sites/{siteId}

Use this resource to patch the site. Use HTTP PATCH 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:

Mandatory Fields :

  1. Site Id

Parameter
Details
siteIdSite Id of the site
namename of the site
coordinatorCollection

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

should be unique in authentication domains

typeType of site.This attribute is should not be blank.
activityStatus

Activity status of the site, permissible values are

{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.

 

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

Use this URL to patch site in caTissue application.

Result:

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

Below is the example of the patch site:

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

{

"name" : "Mumbai"

}

Response

{

name"Mumbai"
coordinatorCollection: [2]
siteId48
type"Collection Site"
activityStatus"Active"
street"SB Road"
city"Pune"
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 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