POST api/NTMedicalRecodeRequest/RemoveSelectedFileList
Request Information
URI Parameters
None.
Body Parameters
MedicalRecordRequestDocumentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MedicalRecordRequestId | integer |
None. |
|
| KeyName | string |
String length: inclusive between 0 and 8000 |
|
| DocumentName | string |
String length: inclusive between 0 and 8000 |
|
| DocumentType | integer |
None. |
|
| isSelected | boolean |
None. |
|
| COSFormDocumentId | integer |
None. |
|
| CaseNo | integer |
None. |
|
| EncounterId | integer |
None. |
|
| CorporationCode | string |
String length: inclusive between 0 and 8000 |
|
| TokenId | string |
String length: inclusive between 0 and 8000 |
|
| entityTypeId | integer |
None. |
|
| entityId | integer |
None. |
|
| COSFormDocumentName | string |
String length: inclusive between 0 and 100 |
|
| RecordId | string |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 20 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"isSelected": true,
"COSFormDocumentId": 7,
"CaseNo": 8,
"EncounterId": 9,
"CorporationCode": "sample string 10",
"TokenId": "sample string 11",
"entityTypeId": 1,
"entityId": 1,
"COSFormDocumentName": "sample string 12",
"RecordId": "sample string 13",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:07.5274574-07:00",
"DateUpdated": "2025-10-30T09:56:07.5274574-07:00",
"UserIDCreated": 17,
"UserIDUpdated": 18,
"CompanyCode": "sample string 19",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<MedicalRecordRequestDocumentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 19</CompanyCode> <DateCreated>2025-10-30T09:56:07.5274574-07:00</DateCreated> <DateUpdated>2025-10-30T09:56:07.5274574-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>17</UserIDCreated> <UserIDUpdated>18</UserIDUpdated> <ValidFlag>true</ValidFlag> <COSFormDocumentId>7</COSFormDocumentId> <COSFormDocumentName>sample string 12</COSFormDocumentName> <CaseNo>8</CaseNo> <CorporationCode>sample string 10</CorporationCode> <DocumentName>sample string 4</DocumentName> <DocumentType>5</DocumentType> <EncounterId>9</EncounterId> <Id>1</Id> <KeyName>sample string 3</KeyName> <MedicalRecordRequestId>2</MedicalRecordRequestId> <RecordId>sample string 13</RecordId> <TokenId>sample string 11</TokenId> <entityId>1</entityId> <entityTypeId>1</entityTypeId> <isSelected>true</isSelected> </MedicalRecordRequestDocumentDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMedicalRecordRequestDocumentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MedicalRecordRequestDocumentDto |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"isSelected": true,
"COSFormDocumentId": 7,
"CaseNo": 8,
"EncounterId": 9,
"CorporationCode": "sample string 10",
"TokenId": "sample string 11",
"entityTypeId": 1,
"entityId": 1,
"COSFormDocumentName": "sample string 12",
"RecordId": "sample string 13",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:07.5274574-07:00",
"DateUpdated": "2025-10-30T09:56:07.5274574-07:00",
"UserIDCreated": 17,
"UserIDUpdated": 18,
"CompanyCode": "sample string 19",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfMedicalRecordRequestDocumentDto3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:CompanyCode>sample string 19</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T09:56:07.5274574-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T09:56:07.5274574-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>17</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>18</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:COSFormDocumentId>7</d2p1:COSFormDocumentId>
<d2p1:COSFormDocumentName>sample string 12</d2p1:COSFormDocumentName>
<d2p1:CaseNo>8</d2p1:CaseNo>
<d2p1:CorporationCode>sample string 10</d2p1:CorporationCode>
<d2p1:DocumentName>sample string 4</d2p1:DocumentName>
<d2p1:DocumentType>5</d2p1:DocumentType>
<d2p1:EncounterId>9</d2p1:EncounterId>
<d2p1:Id>1</d2p1:Id>
<d2p1:KeyName>sample string 3</d2p1:KeyName>
<d2p1:MedicalRecordRequestId>2</d2p1:MedicalRecordRequestId>
<d2p1:RecordId>sample string 13</d2p1:RecordId>
<d2p1:TokenId>sample string 11</d2p1:TokenId>
<d2p1:entityId>1</d2p1:entityId>
<d2p1:entityTypeId>1</d2p1:entityTypeId>
<d2p1:isSelected>true</d2p1:isSelected>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfMedicalRecordRequestDocumentDto3NYuOdgi>