POST api/Intake/DeleteIntakeNodesErx

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": "03f28b89-060d-45f5-8934-157fe211e4c1",
  "Parameter": {
    "PatientId": 1,
    "IntakeNodeId": 1,
    "ProtocolId": 1,
    "Section": "sample string 1",
    "Level": "sample string 2",
    "DateCreated_Start": "2025-05-30 14:20",
    "DateCreated_End": "2025-05-30 14:20",
    "DateModified_Start": "2025-05-30 14:20",
    "DateModified_End": "2025-05-30 14:20",
    "IntakeId": 1
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfIntakeNodeFilterFsQZum3F 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.EHR.Entities.Intake">
    <d2p1:DateCreated_End>2025-05-30T14:20:59.313551+00:00</d2p1:DateCreated_End>
    <d2p1:DateCreated_Start>2025-05-30T14:20:59.313551+00:00</d2p1:DateCreated_Start>
    <d2p1:DateModified_End>2025-05-30T14:20:59.313551+00:00</d2p1:DateModified_End>
    <d2p1:DateModified_Start>2025-05-30T14:20:59.313551+00:00</d2p1:DateModified_Start>
    <d2p1:IntakeId>1</d2p1:IntakeId>
    <d2p1:IntakeNodeId>1</d2p1:IntakeNodeId>
    <d2p1:Level>sample string 2</d2p1:Level>
    <d2p1:PatientId>1</d2p1:PatientId>
    <d2p1:ProtocolId>1</d2p1:ProtocolId>
    <d2p1:Section>sample string 1</d2p1:Section>
  </Parameter>
  <AppContextId>03f28b89-060d-45f5-8934-157fe211e4c1</AppContextId>
</AuthenticatedInputOfIntakeNodeFilterFsQZum3F>

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.