http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/title={distributionprotocolTitle}
or
http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}
...
Parameter | Details |
---|---|
Id | identifier of distribution protocol |
Principal Investigator | Name 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/title={distributionprotocolTitle}
or
http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}
Use this URL to update distribution protocol in caTissue application.
Use this URL to patch distribution protocol in caTissue application.
...
Below is the example of the update distribution protocol:
URL | http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/title={distributionprotocolTitle} or http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols/{distributionprotocolId} Use this URL to update distribution protocol in caTissue application.
|
Method | PUT |
Request | application/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" } |
...