POST api/NTMedicalRecodeRequest/SaveSystemDocs
Request Information
URI Parameters
None.
Body Parameters
Collection of MedicalRecordRequestSystemDocumentDto| 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 |
|
| EccForm | boolean |
None. |
|
| EmployeeId | string |
None. |
|
| OrderId | integer |
None. |
|
| TemplateCode | string |
None. |
|
| EncounterDate | date |
None. |
|
| TimeZone | string |
None. |
|
| PatientName | string |
None. |
|
| PatientHeader | string |
None. |
|
| FilePath | 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",
"EccForm": true,
"EmployeeId": "sample string 14",
"OrderId": 15,
"TemplateCode": "sample string 16",
"EncounterDate": "2025-10-30T09:56:05.5061337-07:00",
"TimeZone": "sample string 17",
"PatientName": "sample string 18",
"PatientHeader": "sample string 19",
"FilePath": "sample string 20",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:05.5061337-07:00",
"DateUpdated": "2025-10-30T09:56:05.5061337-07:00",
"UserIDCreated": 24,
"UserIDUpdated": 25,
"CompanyCode": "sample string 26",
"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",
"EccForm": true,
"EmployeeId": "sample string 14",
"OrderId": 15,
"TemplateCode": "sample string 16",
"EncounterDate": "2025-10-30T09:56:05.5061337-07:00",
"TimeZone": "sample string 17",
"PatientName": "sample string 18",
"PatientHeader": "sample string 19",
"FilePath": "sample string 20",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:05.5061337-07:00",
"DateUpdated": "2025-10-30T09:56:05.5061337-07:00",
"UserIDCreated": 24,
"UserIDUpdated": 25,
"CompanyCode": "sample string 26",
"IsExcludeDiscount": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMedicalRecordRequestSystemDocumentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<MedicalRecordRequestSystemDocumentDto>
<CompanyCode>sample string 26</CompanyCode>
<DateCreated>2025-10-30T09:56:05.5061337-07:00</DateCreated>
<DateUpdated>2025-10-30T09:56:05.5061337-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>24</UserIDCreated>
<UserIDUpdated>25</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>
<EccForm>true</EccForm>
<EmployeeId>sample string 14</EmployeeId>
<EncounterDate>2025-10-30T09:56:05.5061337-07:00</EncounterDate>
<EncounterId>9</EncounterId>
<FilePath>sample string 20</FilePath>
<Id>1</Id>
<KeyName>sample string 3</KeyName>
<MedicalRecordRequestId>2</MedicalRecordRequestId>
<OrderId>15</OrderId>
<PatientHeader>sample string 19</PatientHeader>
<PatientName>sample string 18</PatientName>
<TemplateCode>sample string 16</TemplateCode>
<TimeZone>sample string 17</TimeZone>
<TokenId>sample string 11</TokenId>
<entityId>1</entityId>
<entityTypeId>1</entityTypeId>
<isSelected>true</isSelected>
</MedicalRecordRequestSystemDocumentDto>
<MedicalRecordRequestSystemDocumentDto>
<CompanyCode>sample string 26</CompanyCode>
<DateCreated>2025-10-30T09:56:05.5061337-07:00</DateCreated>
<DateUpdated>2025-10-30T09:56:05.5061337-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>24</UserIDCreated>
<UserIDUpdated>25</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>
<EccForm>true</EccForm>
<EmployeeId>sample string 14</EmployeeId>
<EncounterDate>2025-10-30T09:56:05.5061337-07:00</EncounterDate>
<EncounterId>9</EncounterId>
<FilePath>sample string 20</FilePath>
<Id>1</Id>
<KeyName>sample string 3</KeyName>
<MedicalRecordRequestId>2</MedicalRecordRequestId>
<OrderId>15</OrderId>
<PatientHeader>sample string 19</PatientHeader>
<PatientName>sample string 18</PatientName>
<TemplateCode>sample string 16</TemplateCode>
<TimeZone>sample string 17</TimeZone>
<TokenId>sample string 11</TokenId>
<entityId>1</entityId>
<entityTypeId>1</entityTypeId>
<isSelected>true</isSelected>
</MedicalRecordRequestSystemDocumentDto>
</ArrayOfMedicalRecordRequestSystemDocumentDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfListOfMedicalRecordRequestSystemDocumentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of MedicalRecordRequestSystemDocumentDto |
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",
"EccForm": true,
"EmployeeId": "sample string 14",
"OrderId": 15,
"TemplateCode": "sample string 16",
"EncounterDate": "2025-10-30T09:56:05.537851-07:00",
"TimeZone": "sample string 17",
"PatientName": "sample string 18",
"PatientHeader": "sample string 19",
"FilePath": "sample string 20",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:05.537851-07:00",
"DateUpdated": "2025-10-30T09:56:05.537851-07:00",
"UserIDCreated": 24,
"UserIDUpdated": 25,
"CompanyCode": "sample string 26",
"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",
"EccForm": true,
"EmployeeId": "sample string 14",
"OrderId": 15,
"TemplateCode": "sample string 16",
"EncounterDate": "2025-10-30T09:56:05.537851-07:00",
"TimeZone": "sample string 17",
"PatientName": "sample string 18",
"PatientHeader": "sample string 19",
"FilePath": "sample string 20",
"ValidFlag": true,
"DateCreated": "2025-10-30T09:56:05.537851-07:00",
"DateUpdated": "2025-10-30T09:56:05.537851-07:00",
"UserIDCreated": 24,
"UserIDUpdated": 25,
"CompanyCode": "sample string 26",
"IsExcludeDiscount": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMedicalRecordRequestSystemDocumentDto3NYuOdgi 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:MedicalRecordRequestSystemDocumentDto>
<d2p1:CompanyCode>sample string 26</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T09:56:05.537851-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T09:56:05.537851-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>24</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>25</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:EccForm>true</d2p1:EccForm>
<d2p1:EmployeeId>sample string 14</d2p1:EmployeeId>
<d2p1:EncounterDate>2025-10-30T09:56:05.537851-07:00</d2p1:EncounterDate>
<d2p1:EncounterId>9</d2p1:EncounterId>
<d2p1:FilePath>sample string 20</d2p1:FilePath>
<d2p1:Id>1</d2p1:Id>
<d2p1:KeyName>sample string 3</d2p1:KeyName>
<d2p1:MedicalRecordRequestId>2</d2p1:MedicalRecordRequestId>
<d2p1:OrderId>15</d2p1:OrderId>
<d2p1:PatientHeader>sample string 19</d2p1:PatientHeader>
<d2p1:PatientName>sample string 18</d2p1:PatientName>
<d2p1:TemplateCode>sample string 16</d2p1:TemplateCode>
<d2p1:TimeZone>sample string 17</d2p1:TimeZone>
<d2p1:TokenId>sample string 11</d2p1:TokenId>
<d2p1:entityId>1</d2p1:entityId>
<d2p1:entityTypeId>1</d2p1:entityTypeId>
<d2p1:isSelected>true</d2p1:isSelected>
</d2p1:MedicalRecordRequestSystemDocumentDto>
<d2p1:MedicalRecordRequestSystemDocumentDto>
<d2p1:CompanyCode>sample string 26</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T09:56:05.537851-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T09:56:05.537851-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>24</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>25</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:EccForm>true</d2p1:EccForm>
<d2p1:EmployeeId>sample string 14</d2p1:EmployeeId>
<d2p1:EncounterDate>2025-10-30T09:56:05.537851-07:00</d2p1:EncounterDate>
<d2p1:EncounterId>9</d2p1:EncounterId>
<d2p1:FilePath>sample string 20</d2p1:FilePath>
<d2p1:Id>1</d2p1:Id>
<d2p1:KeyName>sample string 3</d2p1:KeyName>
<d2p1:MedicalRecordRequestId>2</d2p1:MedicalRecordRequestId>
<d2p1:OrderId>15</d2p1:OrderId>
<d2p1:PatientHeader>sample string 19</d2p1:PatientHeader>
<d2p1:PatientName>sample string 18</d2p1:PatientName>
<d2p1:TemplateCode>sample string 16</d2p1:TemplateCode>
<d2p1:TimeZone>sample string 17</d2p1:TimeZone>
<d2p1:TokenId>sample string 11</d2p1:TokenId>
<d2p1:entityId>1</d2p1:entityId>
<d2p1:entityTypeId>1</d2p1:entityTypeId>
<d2p1:isSelected>true</d2p1:isSelected>
</d2p1:MedicalRecordRequestSystemDocumentDto>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfMedicalRecordRequestSystemDocumentDto3NYuOdgi>