POST api/NTMedicalRecodeRequest/SaveSelectedFileList
Request Information
URI Parameters
None.
Body Parameters
Collection of MedicalRecordRequestDocumentDtoName | 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-04-03T19:01:21.7278277-07:00", "DateUpdated": "2025-04-03T19:01:21.7278277-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true }, { "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-04-03T19:01:21.7278277-07:00", "DateUpdated": "2025-04-03T19:01:21.7278277-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true } ]
application/xml, text/xml
Sample:
<ArrayOfMedicalRecordRequestDocumentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <MedicalRecordRequestDocumentDto> <CompanyCode>sample string 19</CompanyCode> <DateCreated>2025-04-03T19:01:21.7278277-07:00</DateCreated> <DateUpdated>2025-04-03T19:01:21.7278277-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> <MedicalRecordRequestDocumentDto> <CompanyCode>sample string 19</CompanyCode> <DateCreated>2025-04-03T19:01:21.7278277-07:00</DateCreated> <DateUpdated>2025-04-03T19:01:21.7278277-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> </ArrayOfMedicalRecordRequestDocumentDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfListOfMedicalRecordRequestDocumentDtoName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of 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-04-03T19:01:21.7441909-07:00", "DateUpdated": "2025-04-03T19:01:21.7441909-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true }, { "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-04-03T19:01:21.7441909-07:00", "DateUpdated": "2025-04-03T19:01:21.7441909-07:00", "UserIDCreated": 17, "UserIDUpdated": 18, "CompanyCode": "sample string 19", "IsExcludeDiscount": true } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMedicalRecordRequestDocumentDto3NYuOdgi 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:MedicalRecordRequestDocumentDto> <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode> <d2p1:DateCreated>2025-04-03T19:01:21.7441909-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:01:21.7441909-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> </d2p1:MedicalRecordRequestDocumentDto> <d2p1:MedicalRecordRequestDocumentDto> <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode> <d2p1:DateCreated>2025-04-03T19:01:21.7441909-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:01:21.7441909-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> </d2p1:MedicalRecordRequestDocumentDto> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfMedicalRecordRequestDocumentDto3NYuOdgi>