POST api/Intake/DeleteIntakeNodesErx
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": "b9118681-b9db-4a0e-b80f-edd72c79c5cc",
"Parameter": {
"PatientId": 1,
"IntakeNodeId": 1,
"ProtocolId": 1,
"Section": "sample string 1",
"Level": "sample string 2",
"DateCreated_Start": "2025-12-15 20:08",
"DateCreated_End": "2025-12-15 20:08",
"DateModified_Start": "2025-12-15 20:08",
"DateModified_End": "2025-12-15 20:08",
"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-12-15T20:08:15.6746014+00:00</d2p1:DateCreated_End>
<d2p1:DateCreated_Start>2025-12-15T20:08:15.6746014+00:00</d2p1:DateCreated_Start>
<d2p1:DateModified_End>2025-12-15T20:08:15.6746014+00:00</d2p1:DateModified_End>
<d2p1:DateModified_Start>2025-12-15T20:08:15.6746014+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>b9118681-b9db-4a0e-b80f-edd72c79c5cc</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.