Versions Compared

Key

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

catissuecore/rest/ng/distributionprotocols/title={distributionprotocolTitle}

or

catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}

Use this resource to patch distribution protocol in the caTissue application. Use HTTP PATCH method to call this API by passing the below details in JSON format.

...

Parameter
Details
Ididentifier of distribution protocol
Principal InvestigatorName of investigator
TitleTitle of distribution protocol
Short TitleShort Title of distribution protocol
IRB IDIRB ID of of distribution protocol
Start DateStarting date of distribution protocol
Number of Specimen AnticipatedTotal count of specimen
Description URL

URL of distribution protocol description

 

http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}. 

Use this URL to patch distribution protocol in caTissue application.

...

URLhttp://<host>:<port>/catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}
MethodPUT
Requestapplication/json
json

{

"title" : "DPProtocol"

}

Response

{

"id":1,

"principal_investigator" : "Admin Admin",

"title" : "DPProtocol",

"short_title" : "DPP",

"IRB_ID" : "IRB004",

"start_date" : "06-10-2014",

"number_of_participants _anticipated" : 56,

"description_url" : "www.simpleurl.com"

}

 

...