Got feedback or spotted a mistake?

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

Patch Distribution Protocol

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

or

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

Use this resource to patch distribution protocol in the openSpecimen application. 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
principalInvestigatorName of investigator
titleTitle of distribution protocol
shortTitleShort title of distribution protocol
irbId [optional]IRB ID of of distribution protocol
startDateStarting date of distribution protocol
anticipatedSpecimenCountTotal count of specimen
descriptionUrl [optional]

URL of distribution protocol description

activityStatus

Defines the status of a distribution protocol record

{active, closed, pending, disabled}

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

or

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

Use this URL to update distribution protocol in openSpecimen application.

Result:

The response of this request will contains the details of the patch distribution protocol.

Below is the example of the update distribution protocol:

 

URL

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

or

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

MethodPUT
Requestapplication/json
json

{

"activityStatus" : "Active"

}

Response

{
id20
principalInvestigator
{
loginName"admin@admin.com"
domainName"catissue"
}
-
title"DP Protocol"
shortTitle"DP Pro"
irbId"IRB555571"
startDate"2014-06-13"
anticipatedSpecimenCount20
descriptionUrl"www.simplepr.com"
activityStatus"Active"
}

 

Error Cases :

code
Applies to
Status Message
200All resourcesDistribution protocol has been patch successfully
400All requestsInvalid parameters, e.g  duplicate protocol name, blank protocol name etc
401All requestsAuthorization failed, user doesn't have Authority
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