POST api/Intake/ApplyProtocol

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "a0b8ebda-1e26-4348-ba99-6a6375d270cc",
  "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>a0b8ebda-1e26-4348-ba99-6a6375d270cc</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.