Versions Compared

Key

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

catissuecore/rest/ng/distributionprotocols

Use this resource to create new destribution distribution protocol in the caTissue application. Use HTTP POST 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
Principal InvestigatorName of investigator
Title Title of distribution protocol
Short Title Short Title of distribution protocol
IRB ID IRB ID of of distribution protocol
Start Date Starting date of distribution protocol
Number of Specimen Anticipated Total count of specimen
Description URL

 URL of distribution protocol description

 

http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols

...

URLhttp://<host>:<port>/catissuecore/rest/ng/distributionprotocols
MethodPOST
Requestapplication/json
json

{

"principal_investigator" : "Admin Admin",

"title" : "CPOProtocolDPProtocol",

"short_title" : "CPOPDPP",

"IRB_ID" : "IRB004",

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

"number_of_participants _anticipated" : 56,

"description_url" : "www.simpleurl.com"
}

Response

{

"principal_investigator" : "Admin Admin",

"title" : "CPOProtocolDPProtocol",

"short_title" : "CPOPDPP",

"IRB_ID" : "IRB004",

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

"number_of_participants _anticipated" : 56,

"description_url" : "www.simpleurl.com"

}

 

...