POST api/Intake/AddIntakeMedia
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": "0eccca7d-2647-469b-9406-9790b58c780d",
"Parameter": {
"IntakeMediaId": 1,
"IntakeNodeId": 2,
"Title": "sample string 3",
"MimeType": "sample string 4",
"MediaTypeId": 1,
"MediaType": 1,
"RelativePath": "sample string 6",
"DateCreated": "2025-12-15 20:05",
"DateModified": "2025-12-15 20:05",
"DateFileCreated": "2025-12-15 20:05",
"FileLength": 1,
"OriginalFileName": "sample string 8",
"AcuPoint": {
"X": 1.0,
"Y": 2.0,
"Set": "sample string 3",
"Number": "sample string 4",
"TemplateName": "sample string 5"
}
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfIntakeMediaModelFsQZum3F 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:AcuPoint xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMT.UP.Models">
<d3p1:Number>sample string 4</d3p1:Number>
<d3p1:Set>sample string 3</d3p1:Set>
<d3p1:TemplateName>sample string 5</d3p1:TemplateName>
<d3p1:X>1</d3p1:X>
<d3p1:Y>2</d3p1:Y>
</d2p1:AcuPoint>
<d2p1:DateCreated>2025-12-15T20:05:41.936565+00:00</d2p1:DateCreated>
<d2p1:DateFileCreated>2025-12-15T20:05:41.936565+00:00</d2p1:DateFileCreated>
<d2p1:DateModified>2025-12-15T20:05:41.936565+00:00</d2p1:DateModified>
<d2p1:FileLength>1</d2p1:FileLength>
<d2p1:IntakeMediaId>1</d2p1:IntakeMediaId>
<d2p1:IntakeNodeId>2</d2p1:IntakeNodeId>
<d2p1:MediaType>Video</d2p1:MediaType>
<d2p1:MediaTypeId>1</d2p1:MediaTypeId>
<d2p1:MimeType>sample string 4</d2p1:MimeType>
<d2p1:OriginalFileName>sample string 8</d2p1:OriginalFileName>
<d2p1:RelativePath>sample string 6</d2p1:RelativePath>
<d2p1:Title>sample string 3</d2p1:Title>
</Parameter>
<AppContextId>0eccca7d-2647-469b-9406-9790b58c780d</AppContextId>
</AuthenticatedInputOfIntakeMediaModelFsQZum3F>
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.