POST api/Intake/ApplyProtocol
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "8113e912-996b-40a1-b8c5-721b81001d1d",
"Parameter": {
"ProtocolId": 1,
"IntakeId": 2,
"Section": "sample string 3",
"Level": "sample string 4",
"KeepExistingNodes": true
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfApplyProtocolInputVTbbJOLw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Models.UI.Models.Intake">
<d2p1:IntakeId>2</d2p1:IntakeId>
<d2p1:KeepExistingNodes>true</d2p1:KeepExistingNodes>
<d2p1:Level>sample string 4</d2p1:Level>
<d2p1:ProtocolId>1</d2p1:ProtocolId>
<d2p1:Section>sample string 3</d2p1:Section>
</Parameter>
<AppContextId>8113e912-996b-40a1-b8c5-721b81001d1d</AppContextId>
</AuthenticatedInputOfApplyProtocolInputVTbbJOLw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.