POST api/NTMedicalRecodeRequest/RequestReopen
Request Information
URI Parameters
None.
Body Parameters
MedicalRecordRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OrderType | Collection of OrderTypeDTO |
None. |
|
| RushPriceData | Collection of OrderTypeDTO |
None. |
|
| RushandExpedite | boolean |
None. |
|
| RecordDeliveryMethod | integer |
None. |
|
| RecordDeliveryMethodNumber | string |
String length: inclusive between 0 and 8000 |
|
| Requestor | string |
String length: inclusive between 0 and 8000 |
|
| PatientFirstName | string |
String length: inclusive between 0 and 8000 |
|
| PatientLastName | string |
String length: inclusive between 0 and 8000 |
|
| EmployeeId | string |
String length: inclusive between 0 and 8000 |
|
| Note | string |
String length: inclusive between 0 and 8000 |
|
| RequestedDate | date |
None. |
|
| DueDate | date |
None. |
|
| RecordStartDate | date |
None. |
|
| PatientDOB | date |
None. |
|
| Status | integer |
None. |
|
| Step | integer |
None. |
|
| Paid | boolean |
None. |
|
| PaymentType | integer |
None. |
|
| PaymentTypeNumber | string |
String length: inclusive between 0 and 8000 |
|
| Address | string |
String length: inclusive between 0 and 8000 |
|
| Suite | string |
String length: inclusive between 0 and 8000 |
|
| City | string |
String length: inclusive between 0 and 8000 |
|
| State | string |
String length: inclusive between 0 and 8000 |
|
| Country | string |
String length: inclusive between 0 and 8000 |
|
| Zip | string |
String length: inclusive between 0 and 8000 |
|
| State_Name | string |
String length: inclusive between 0 and 8000 |
|
| RequestCloseByName | string |
String length: inclusive between 0 and 8000 |
|
| DocumentList | Collection of MedicalRecordRequestDocument |
None. |
|
| Company | integer |
None. |
|
| Trackingnumber | string |
String length: inclusive between 0 and 8000 |
|
| InPersonName | string |
String length: inclusive between 0 and 8000 |
|
| IsIdentityVerifiedInPerson | boolean |
None. |
|
| VerifiedByInPerson | string |
String length: inclusive between 0 and 8000 |
|
| PortalWebAddressInPerson | string |
String length: inclusive between 0 and 8000 |
|
| IsWaviedFee | boolean |
None. |
|
| WaviedReason | string |
String length: inclusive between 0 and 8000 |
|
| PayerName | string |
String length: inclusive between 0 and 8000 |
|
| PayerCompanyCode | string |
String length: inclusive between 0 and 8000 |
|
| PayerAddress1 | string |
String length: inclusive between 0 and 8000 |
|
| PayerAddress2 | string |
String length: inclusive between 0 and 8000 |
|
| PayerCity | string |
String length: inclusive between 0 and 8000 |
|
| PayerState | string |
String length: inclusive between 0 and 8000 |
|
| PayerCountry | string |
String length: inclusive between 0 and 8000 |
|
| PayerZipCode | string |
String length: inclusive between 0 and 8000 |
|
| PayerEmailId | string |
None. |
|
| PayerPhoneNumber | string |
None. |
|
| IsSavedDoc | boolean |
None. |
|
| ProviderReviewComplete | boolean |
None. |
|
| ProviderReviewRequested | boolean |
None. |
|
| ProviderReviewRequestedDate | date |
None. |
|
| ProviderUserId | integer |
None. |
|
| ExternalRequestNumber | string |
None. |
|
| IsViewResend | boolean |
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
{
"Id": 1,
"OrderType": [
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
}
],
"RushPriceData": [
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
}
],
"RushandExpedite": true,
"RecordDeliveryMethod": 1,
"RecordDeliveryMethodNumber": "sample string 2",
"Requestor": "sample string 3",
"PatientFirstName": "sample string 4",
"PatientLastName": "sample string 5",
"EmployeeId": "sample string 6",
"Note": "sample string 7",
"RequestedDate": "2025-10-30T07:50:55.1771949-07:00",
"DueDate": "2025-10-30T07:50:55.1771949-07:00",
"RecordStartDate": "2025-10-30T07:50:55.1771949-07:00",
"PatientDOB": "2025-10-30T07:50:55.1771949-07:00",
"Status": 1,
"Step": 1,
"Paid": true,
"PaymentType": 1,
"PaymentTypeNumber": "sample string 10",
"Address": "sample string 11",
"Suite": "sample string 12",
"City": "sample string 13",
"State": "sample string 14",
"Country": "sample string 15",
"Zip": "sample string 16",
"State_Name": "sample string 17",
"RequestCloseByName": "sample string 18",
"DocumentList": [
{
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"RecordId": "sample string 6",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11
},
{
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"RecordId": "sample string 6",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11
}
],
"Company": 1,
"Trackingnumber": "sample string 19",
"InPersonName": "sample string 20",
"IsIdentityVerifiedInPerson": true,
"VerifiedByInPerson": "sample string 22",
"PortalWebAddressInPerson": "sample string 23",
"IsWaviedFee": true,
"WaviedReason": "sample string 25",
"PayerName": "sample string 26",
"PayerCompanyCode": "sample string 27",
"PayerAddress1": "sample string 28",
"PayerAddress2": "sample string 29",
"PayerCity": "sample string 30",
"PayerState": "sample string 31",
"PayerCountry": "sample string 32",
"PayerZipCode": "sample string 33",
"PayerEmailId": "sample string 34",
"PayerPhoneNumber": "sample string 35",
"IsSavedDoc": true,
"ProviderReviewComplete": true,
"ProviderReviewRequested": true,
"ProviderReviewRequestedDate": "2025-10-30T07:50:55.1771949-07:00",
"ProviderUserId": 1,
"ExternalRequestNumber": "sample string 37",
"IsViewResend": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.1771949-07:00",
"DateUpdated": "2025-10-30T07:50:55.1771949-07:00",
"UserIDCreated": 41,
"UserIDUpdated": 42,
"CompanyCode": "sample string 43",
"IsExcludeDiscount": true
}
application/xml, text/xml
<MedicalRecordRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<CompanyCode>sample string 43</CompanyCode>
<DateCreated>2025-10-30T07:50:55.1771949-07:00</DateCreated>
<DateUpdated>2025-10-30T07:50:55.1771949-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>41</UserIDCreated>
<UserIDUpdated>42</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<Address>sample string 11</Address>
<City>sample string 13</City>
<Company>1</Company>
<Country>sample string 15</Country>
<DocumentList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">
<d2p1:MedicalRecordRequestDocument>
<d2p1:DateCreated>2025-10-30T07:50:55.1771949-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.1771949-07:00</d2p1:DateUpdated>
<d2p1:UserIDCreated>10</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:DocumentName>sample string 4</d2p1:DocumentName>
<d2p1:DocumentType>5</d2p1:DocumentType>
<d2p1:Id>1</d2p1:Id>
<d2p1:KeyName>sample string 3</d2p1:KeyName>
<d2p1:MedicalRecordRequestId>2</d2p1:MedicalRecordRequestId>
<d2p1:RecordId>sample string 6</d2p1:RecordId>
</d2p1:MedicalRecordRequestDocument>
<d2p1:MedicalRecordRequestDocument>
<d2p1:DateCreated>2025-10-30T07:50:55.1771949-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.1771949-07:00</d2p1:DateUpdated>
<d2p1:UserIDCreated>10</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>11</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:DocumentName>sample string 4</d2p1:DocumentName>
<d2p1:DocumentType>5</d2p1:DocumentType>
<d2p1:Id>1</d2p1:Id>
<d2p1:KeyName>sample string 3</d2p1:KeyName>
<d2p1:MedicalRecordRequestId>2</d2p1:MedicalRecordRequestId>
<d2p1:RecordId>sample string 6</d2p1:RecordId>
</d2p1:MedicalRecordRequestDocument>
</DocumentList>
<DueDate>2025-10-30T07:50:55.1771949-07:00</DueDate>
<EmployeeId>sample string 6</EmployeeId>
<ExternalRequestNumber>sample string 37</ExternalRequestNumber>
<Id>1</Id>
<InPersonName>sample string 20</InPersonName>
<IsIdentityVerifiedInPerson>true</IsIdentityVerifiedInPerson>
<IsSavedDoc>true</IsSavedDoc>
<IsViewResend>true</IsViewResend>
<IsWaviedFee>true</IsWaviedFee>
<Note>sample string 7</Note>
<OrderType>
<OrderTypeDTO>
<CompanyCode>sample string 8</CompanyCode>
<DateCreated>2025-10-30T07:50:55.1771949-07:00</DateCreated>
<DateUpdated>2025-10-30T07:50:55.1771949-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>6</UserIDCreated>
<UserIDUpdated>7</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<Id>1</Id>
<Name>sample string 1</Name>
<Price>1</Price>
<check>true</check>
</OrderTypeDTO>
<OrderTypeDTO>
<CompanyCode>sample string 8</CompanyCode>
<DateCreated>2025-10-30T07:50:55.1771949-07:00</DateCreated>
<DateUpdated>2025-10-30T07:50:55.1771949-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>6</UserIDCreated>
<UserIDUpdated>7</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<Id>1</Id>
<Name>sample string 1</Name>
<Price>1</Price>
<check>true</check>
</OrderTypeDTO>
</OrderType>
<Paid>true</Paid>
<PatientDOB>2025-10-30T07:50:55.1771949-07:00</PatientDOB>
<PatientFirstName>sample string 4</PatientFirstName>
<PatientLastName>sample string 5</PatientLastName>
<PayerAddress1>sample string 28</PayerAddress1>
<PayerAddress2>sample string 29</PayerAddress2>
<PayerCity>sample string 30</PayerCity>
<PayerCompanyCode>sample string 27</PayerCompanyCode>
<PayerCountry>sample string 32</PayerCountry>
<PayerEmailId>sample string 34</PayerEmailId>
<PayerName>sample string 26</PayerName>
<PayerPhoneNumber>sample string 35</PayerPhoneNumber>
<PayerState>sample string 31</PayerState>
<PayerZipCode>sample string 33</PayerZipCode>
<PaymentType>1</PaymentType>
<PaymentTypeNumber>sample string 10</PaymentTypeNumber>
<PortalWebAddressInPerson>sample string 23</PortalWebAddressInPerson>
<ProviderReviewComplete>true</ProviderReviewComplete>
<ProviderReviewRequested>true</ProviderReviewRequested>
<ProviderReviewRequestedDate>2025-10-30T07:50:55.1771949-07:00</ProviderReviewRequestedDate>
<ProviderUserId>1</ProviderUserId>
<RecordDeliveryMethod>1</RecordDeliveryMethod>
<RecordDeliveryMethodNumber>sample string 2</RecordDeliveryMethodNumber>
<RecordStartDate>2025-10-30T07:50:55.1771949-07:00</RecordStartDate>
<RequestCloseByName>sample string 18</RequestCloseByName>
<RequestedDate>2025-10-30T07:50:55.1771949-07:00</RequestedDate>
<Requestor>sample string 3</Requestor>
<RushPriceData>
<OrderTypeDTO>
<CompanyCode>sample string 8</CompanyCode>
<DateCreated>2025-10-30T07:50:55.1771949-07:00</DateCreated>
<DateUpdated>2025-10-30T07:50:55.1771949-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>6</UserIDCreated>
<UserIDUpdated>7</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<Id>1</Id>
<Name>sample string 1</Name>
<Price>1</Price>
<check>true</check>
</OrderTypeDTO>
<OrderTypeDTO>
<CompanyCode>sample string 8</CompanyCode>
<DateCreated>2025-10-30T07:50:55.1771949-07:00</DateCreated>
<DateUpdated>2025-10-30T07:50:55.1771949-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>6</UserIDCreated>
<UserIDUpdated>7</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<Id>1</Id>
<Name>sample string 1</Name>
<Price>1</Price>
<check>true</check>
</OrderTypeDTO>
</RushPriceData>
<RushandExpedite>true</RushandExpedite>
<State>sample string 14</State>
<State_Name>sample string 17</State_Name>
<Status>1</Status>
<Step>1</Step>
<Suite>sample string 12</Suite>
<Trackingnumber>sample string 19</Trackingnumber>
<VerifiedByInPerson>sample string 22</VerifiedByInPerson>
<WaviedReason>sample string 25</WaviedReason>
<Zip>sample string 16</Zip>
</MedicalRecordRequestDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfMedicalRecordRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MedicalRecordRequestDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"OrderType": [
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4179751-07:00",
"DateUpdated": "2025-10-30T07:50:55.4179751-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4179751-07:00",
"DateUpdated": "2025-10-30T07:50:55.4179751-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
}
],
"RushPriceData": [
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4179751-07:00",
"DateUpdated": "2025-10-30T07:50:55.4179751-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 1",
"Price": 1.0,
"check": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4179751-07:00",
"DateUpdated": "2025-10-30T07:50:55.4179751-07:00",
"UserIDCreated": 6,
"UserIDUpdated": 7,
"CompanyCode": "sample string 8",
"IsExcludeDiscount": true
}
],
"RushandExpedite": true,
"RecordDeliveryMethod": 1,
"RecordDeliveryMethodNumber": "sample string 2",
"Requestor": "sample string 3",
"PatientFirstName": "sample string 4",
"PatientLastName": "sample string 5",
"EmployeeId": "sample string 6",
"Note": "sample string 7",
"RequestedDate": "2025-10-30T07:50:55.4179751-07:00",
"DueDate": "2025-10-30T07:50:55.4179751-07:00",
"RecordStartDate": "2025-10-30T07:50:55.4179751-07:00",
"PatientDOB": "2025-10-30T07:50:55.4179751-07:00",
"Status": 1,
"Step": 1,
"Paid": true,
"PaymentType": 1,
"PaymentTypeNumber": "sample string 10",
"Address": "sample string 11",
"Suite": "sample string 12",
"City": "sample string 13",
"State": "sample string 14",
"Country": "sample string 15",
"Zip": "sample string 16",
"State_Name": "sample string 17",
"RequestCloseByName": "sample string 18",
"DocumentList": [
{
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"RecordId": "sample string 6",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4189769-07:00",
"DateUpdated": "2025-10-30T07:50:55.4189769-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11
},
{
"Id": 1,
"MedicalRecordRequestId": 2,
"KeyName": "sample string 3",
"DocumentName": "sample string 4",
"DocumentType": 5,
"RecordId": "sample string 6",
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4189769-07:00",
"DateUpdated": "2025-10-30T07:50:55.4189769-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11
}
],
"Company": 1,
"Trackingnumber": "sample string 19",
"InPersonName": "sample string 20",
"IsIdentityVerifiedInPerson": true,
"VerifiedByInPerson": "sample string 22",
"PortalWebAddressInPerson": "sample string 23",
"IsWaviedFee": true,
"WaviedReason": "sample string 25",
"PayerName": "sample string 26",
"PayerCompanyCode": "sample string 27",
"PayerAddress1": "sample string 28",
"PayerAddress2": "sample string 29",
"PayerCity": "sample string 30",
"PayerState": "sample string 31",
"PayerCountry": "sample string 32",
"PayerZipCode": "sample string 33",
"PayerEmailId": "sample string 34",
"PayerPhoneNumber": "sample string 35",
"IsSavedDoc": true,
"ProviderReviewComplete": true,
"ProviderReviewRequested": true,
"ProviderReviewRequestedDate": "2025-10-30T07:50:55.4189769-07:00",
"ProviderUserId": 1,
"ExternalRequestNumber": "sample string 37",
"IsViewResend": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T07:50:55.4189769-07:00",
"DateUpdated": "2025-10-30T07:50:55.4189769-07:00",
"UserIDCreated": 41,
"UserIDUpdated": 42,
"CompanyCode": "sample string 43",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
<AsapResponseOfMedicalRecordRequestDTO3NYuOdgi 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 43</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:50:55.4189769-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.4189769-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>41</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>42</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Address>sample string 11</d2p1:Address>
<d2p1:City>sample string 13</d2p1:City>
<d2p1:Company>1</d2p1:Company>
<d2p1:Country>sample string 15</d2p1:Country>
<d2p1:DocumentList xmlns:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">
<d3p1:MedicalRecordRequestDocument>
<d3p1:DateCreated>2025-10-30T07:50:55.4189769-07:00</d3p1:DateCreated>
<d3p1:DateUpdated>2025-10-30T07:50:55.4189769-07:00</d3p1:DateUpdated>
<d3p1:UserIDCreated>10</d3p1:UserIDCreated>
<d3p1:UserIDUpdated>11</d3p1:UserIDUpdated>
<d3p1:ValidFlag>true</d3p1:ValidFlag>
<d3p1:DocumentName>sample string 4</d3p1:DocumentName>
<d3p1:DocumentType>5</d3p1:DocumentType>
<d3p1:Id>1</d3p1:Id>
<d3p1:KeyName>sample string 3</d3p1:KeyName>
<d3p1:MedicalRecordRequestId>2</d3p1:MedicalRecordRequestId>
<d3p1:RecordId>sample string 6</d3p1:RecordId>
</d3p1:MedicalRecordRequestDocument>
<d3p1:MedicalRecordRequestDocument>
<d3p1:DateCreated>2025-10-30T07:50:55.4189769-07:00</d3p1:DateCreated>
<d3p1:DateUpdated>2025-10-30T07:50:55.4189769-07:00</d3p1:DateUpdated>
<d3p1:UserIDCreated>10</d3p1:UserIDCreated>
<d3p1:UserIDUpdated>11</d3p1:UserIDUpdated>
<d3p1:ValidFlag>true</d3p1:ValidFlag>
<d3p1:DocumentName>sample string 4</d3p1:DocumentName>
<d3p1:DocumentType>5</d3p1:DocumentType>
<d3p1:Id>1</d3p1:Id>
<d3p1:KeyName>sample string 3</d3p1:KeyName>
<d3p1:MedicalRecordRequestId>2</d3p1:MedicalRecordRequestId>
<d3p1:RecordId>sample string 6</d3p1:RecordId>
</d3p1:MedicalRecordRequestDocument>
</d2p1:DocumentList>
<d2p1:DueDate>2025-10-30T07:50:55.4179751-07:00</d2p1:DueDate>
<d2p1:EmployeeId>sample string 6</d2p1:EmployeeId>
<d2p1:ExternalRequestNumber>sample string 37</d2p1:ExternalRequestNumber>
<d2p1:Id>1</d2p1:Id>
<d2p1:InPersonName>sample string 20</d2p1:InPersonName>
<d2p1:IsIdentityVerifiedInPerson>true</d2p1:IsIdentityVerifiedInPerson>
<d2p1:IsSavedDoc>true</d2p1:IsSavedDoc>
<d2p1:IsViewResend>true</d2p1:IsViewResend>
<d2p1:IsWaviedFee>true</d2p1:IsWaviedFee>
<d2p1:Note>sample string 7</d2p1:Note>
<d2p1:OrderType>
<d2p1:OrderTypeDTO>
<d2p1:CompanyCode>sample string 8</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>6</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>7</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Price>1</d2p1:Price>
<d2p1:check>true</d2p1:check>
</d2p1:OrderTypeDTO>
<d2p1:OrderTypeDTO>
<d2p1:CompanyCode>sample string 8</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>6</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>7</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Price>1</d2p1:Price>
<d2p1:check>true</d2p1:check>
</d2p1:OrderTypeDTO>
</d2p1:OrderType>
<d2p1:Paid>true</d2p1:Paid>
<d2p1:PatientDOB>2025-10-30T07:50:55.4179751-07:00</d2p1:PatientDOB>
<d2p1:PatientFirstName>sample string 4</d2p1:PatientFirstName>
<d2p1:PatientLastName>sample string 5</d2p1:PatientLastName>
<d2p1:PayerAddress1>sample string 28</d2p1:PayerAddress1>
<d2p1:PayerAddress2>sample string 29</d2p1:PayerAddress2>
<d2p1:PayerCity>sample string 30</d2p1:PayerCity>
<d2p1:PayerCompanyCode>sample string 27</d2p1:PayerCompanyCode>
<d2p1:PayerCountry>sample string 32</d2p1:PayerCountry>
<d2p1:PayerEmailId>sample string 34</d2p1:PayerEmailId>
<d2p1:PayerName>sample string 26</d2p1:PayerName>
<d2p1:PayerPhoneNumber>sample string 35</d2p1:PayerPhoneNumber>
<d2p1:PayerState>sample string 31</d2p1:PayerState>
<d2p1:PayerZipCode>sample string 33</d2p1:PayerZipCode>
<d2p1:PaymentType>1</d2p1:PaymentType>
<d2p1:PaymentTypeNumber>sample string 10</d2p1:PaymentTypeNumber>
<d2p1:PortalWebAddressInPerson>sample string 23</d2p1:PortalWebAddressInPerson>
<d2p1:ProviderReviewComplete>true</d2p1:ProviderReviewComplete>
<d2p1:ProviderReviewRequested>true</d2p1:ProviderReviewRequested>
<d2p1:ProviderReviewRequestedDate>2025-10-30T07:50:55.4189769-07:00</d2p1:ProviderReviewRequestedDate>
<d2p1:ProviderUserId>1</d2p1:ProviderUserId>
<d2p1:RecordDeliveryMethod>1</d2p1:RecordDeliveryMethod>
<d2p1:RecordDeliveryMethodNumber>sample string 2</d2p1:RecordDeliveryMethodNumber>
<d2p1:RecordStartDate>2025-10-30T07:50:55.4179751-07:00</d2p1:RecordStartDate>
<d2p1:RequestCloseByName>sample string 18</d2p1:RequestCloseByName>
<d2p1:RequestedDate>2025-10-30T07:50:55.4179751-07:00</d2p1:RequestedDate>
<d2p1:Requestor>sample string 3</d2p1:Requestor>
<d2p1:RushPriceData>
<d2p1:OrderTypeDTO>
<d2p1:CompanyCode>sample string 8</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>6</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>7</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Price>1</d2p1:Price>
<d2p1:check>true</d2p1:check>
</d2p1:OrderTypeDTO>
<d2p1:OrderTypeDTO>
<d2p1:CompanyCode>sample string 8</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T07:50:55.4179751-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>6</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>7</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Price>1</d2p1:Price>
<d2p1:check>true</d2p1:check>
</d2p1:OrderTypeDTO>
</d2p1:RushPriceData>
<d2p1:RushandExpedite>true</d2p1:RushandExpedite>
<d2p1:State>sample string 14</d2p1:State>
<d2p1:State_Name>sample string 17</d2p1:State_Name>
<d2p1:Status>1</d2p1:Status>
<d2p1:Step>1</d2p1:Step>
<d2p1:Suite>sample string 12</d2p1:Suite>
<d2p1:Trackingnumber>sample string 19</d2p1:Trackingnumber>
<d2p1:VerifiedByInPerson>sample string 22</d2p1:VerifiedByInPerson>
<d2p1:WaviedReason>sample string 25</d2p1:WaviedReason>
<d2p1:Zip>sample string 16</d2p1:Zip>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfMedicalRecordRequestDTO3NYuOdgi>