POST api/Intake/DeleteIntakeNodes
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": "fa1f3355-b0ef-41bc-ab65-8f82b133afc5", "Parameter": { "PatientId": 1, "IntakeNodeId": 1, "ProtocolId": 1, "Section": "sample string 1", "Level": "sample string 2", "DateCreated_Start": "2025-05-30 17:33", "DateCreated_End": "2025-05-30 17:33", "DateModified_Start": "2025-05-30 17:33", "DateModified_End": "2025-05-30 17:33", "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-30T17:33:42.7774486+00:00</d2p1:DateCreated_End> <d2p1:DateCreated_Start>2025-05-30T17:33:42.7774486+00:00</d2p1:DateCreated_Start> <d2p1:DateModified_End>2025-05-30T17:33:42.7774486+00:00</d2p1:DateModified_End> <d2p1:DateModified_Start>2025-05-30T17:33:42.7774486+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>fa1f3355-b0ef-41bc-ab65-8f82b133afc5</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.