Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Patch Site

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

or

http[s]:<host>:<port>/openspecimen/rest/ng/sites/{id}

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:

Parameter
Details
idSite id of the site (Mandatory Field)
nameName of the physical location.
coordinatorCollection

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

type

Function of the site. It could be collection, storing, experimentation or it could be unspecified

{ collection site,repository,laboratory,not specified }

activityStatus

Defines the status of a Site record

{active, closed, pending, disabled}

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>/openspecimen/rest/ng/sites/name={name}

or

http[s]:<host>:<port>/openspecimen/rest/ng/sites/{id}

Use this URL to patch site in openSpecimen 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
URL

openspecimen/rest/ng/sites/name={name}

or

openspecimen/rest/ng/sites/{id}

MethodPATCH
Requestapplication/json
json

{

"name" : "Mumbai"

}

Response

{

name"Mumbai"
coordinatorCollection
[{ 
      loginName"admin@admin.com"
domainName"catissue"
}]
id6
type"repository"
activityStatus"Active"
emailAddressadmin@admin.com
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
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com