POST api/OrderPrice/SaveMrrBillingStatus
Request Information
URI Parameters
None.
Body Parameters
MedicalRecordRequestDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ComapnyName | string |
String length: inclusive between 0 and 8000 |
|
| CompanyCode | string |
String length: inclusive between 0 and 8000 |
|
| EmployeeName | string |
String length: inclusive between 0 and 8000 |
|
| RequestDate | date |
None. |
|
| DueDate | date |
None. |
|
| OrderTypeList | Collection of string |
None. |
|
| OrderType | string |
String length: inclusive between 0 and 8000 |
|
| Status | integer |
None. |
|
| RushandExpedite | string |
String length: inclusive between 0 and 8000 |
|
| Paid | 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 |
|
| PaymentType | string |
String length: inclusive between 0 and 8000 |
|
| PaymentNumber | string |
String length: inclusive between 0 and 8000 |
|
| BillingStatus | integer |
None. |
|
| BillingComment | string |
String length: inclusive between 0 and 8000 |
|
| UniqueID | string |
String length: inclusive between 0 and 8000 |
|
| PatientDOB | date |
None. |
|
| EmployeeDOB | date |
None. |
|
| Price | string |
None. |
|
| IsAddOn | integer |
None. |
|
| MedicalRecordRequestTypeId | integer |
None. |
|
| BStatus | string |
String length: inclusive between 0 and 8000 |
|
| RequesterName | string |
String length: inclusive between 0 and 8000 |
|
| MedicalRequestOrderTypeId | integer |
None. |
|
| EmployeeId | string |
None. |
|
| ProviderReviewComplete | boolean |
None. |
|
| ProviderReviewRequested | boolean |
None. |
|
| ProviderReviewRequestedDate | date |
None. |
|
| ExternalRequestNumber | string |
None. |
|
| CPTCode | string |
None. |
|
| TangAndCompanyCode | string |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateUpdated | date |
None. |
|
| ISWaviedFee | boolean |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"ComapnyName": "sample string 1",
"CompanyCode": "sample string 2",
"EmployeeName": "sample string 3",
"RequestDate": "2025-10-30T10:16:31.4192976-07:00",
"DueDate": "2025-10-30T10:16:31.4192976-07:00",
"OrderTypeList": [
"sample string 1",
"sample string 2"
],
"OrderType": "sample string 5",
"Status": 1,
"RushandExpedite": "sample string 6",
"Paid": "sample string 7",
"PatientFirstName": "sample string 8",
"PatientLastName": "sample string 9",
"PaymentType": "sample string 10",
"PaymentNumber": "sample string 11",
"BillingStatus": 1,
"BillingComment": "sample string 12",
"UniqueID": "sample string 13",
"PatientDOB": "2025-10-30T10:16:31.4192976-07:00",
"EmployeeDOB": "2025-10-30T10:16:31.4192976-07:00",
"Price": "sample string 14",
"IsAddOn": 1,
"MedicalRecordRequestTypeId": 1,
"BStatus": "sample string 15",
"RequesterName": "sample string 16",
"MedicalRequestOrderTypeId": 1,
"EmployeeId": "sample string 17",
"ProviderReviewComplete": true,
"ProviderReviewRequested": true,
"ProviderReviewRequestedDate": "2025-10-30T10:16:31.4192976-07:00",
"ExternalRequestNumber": "sample string 18",
"CPTCode": "sample string 19",
"TangAndCompanyCode": "sample string 20",
"ValidFlag": true,
"DateUpdated": "2025-10-30T10:16:31.4192976-07:00",
"ISWaviedFee": true
}
application/xml, text/xml
<MedicalRecordRequestDataDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<BStatus>sample string 15</BStatus>
<BillingComment>sample string 12</BillingComment>
<BillingStatus>1</BillingStatus>
<CPTCode>sample string 19</CPTCode>
<ComapnyName>sample string 1</ComapnyName>
<CompanyCode>sample string 2</CompanyCode>
<DateUpdated>2025-10-30T10:16:31.4192976-07:00</DateUpdated>
<DueDate>2025-10-30T10:16:31.4192976-07:00</DueDate>
<EmployeeDOB>2025-10-30T10:16:31.4192976-07:00</EmployeeDOB>
<EmployeeId>sample string 17</EmployeeId>
<EmployeeName>sample string 3</EmployeeName>
<ExternalRequestNumber>sample string 18</ExternalRequestNumber>
<ISWaviedFee>true</ISWaviedFee>
<Id>1</Id>
<IsAddOn>1</IsAddOn>
<MedicalRecordRequestTypeId>1</MedicalRecordRequestTypeId>
<MedicalRequestOrderTypeId>1</MedicalRequestOrderTypeId>
<OrderType>sample string 5</OrderType>
<OrderTypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</OrderTypeList>
<Paid>sample string 7</Paid>
<PatientDOB>2025-10-30T10:16:31.4192976-07:00</PatientDOB>
<PatientFirstName>sample string 8</PatientFirstName>
<PatientLastName>sample string 9</PatientLastName>
<PaymentNumber>sample string 11</PaymentNumber>
<PaymentType>sample string 10</PaymentType>
<Price>sample string 14</Price>
<ProviderReviewComplete>true</ProviderReviewComplete>
<ProviderReviewRequested>true</ProviderReviewRequested>
<ProviderReviewRequestedDate>2025-10-30T10:16:31.4192976-07:00</ProviderReviewRequestedDate>
<RequestDate>2025-10-30T10:16:31.4192976-07:00</RequestDate>
<RequesterName>sample string 16</RequesterName>
<RushandExpedite>sample string 6</RushandExpedite>
<Status>1</Status>
<TangAndCompanyCode>sample string 20</TangAndCompanyCode>
<UniqueID>sample string 13</UniqueID>
<ValidFlag>true</ValidFlag>
</MedicalRecordRequestDataDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfMedicalRecordRequestDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MedicalRecordRequestDataDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"ComapnyName": "sample string 1",
"CompanyCode": "sample string 2",
"EmployeeName": "sample string 3",
"RequestDate": "2025-10-30T10:16:31.4356768-07:00",
"DueDate": "2025-10-30T10:16:31.4356768-07:00",
"OrderTypeList": [
"sample string 1",
"sample string 2"
],
"OrderType": "sample string 5",
"Status": 1,
"RushandExpedite": "sample string 6",
"Paid": "sample string 7",
"PatientFirstName": "sample string 8",
"PatientLastName": "sample string 9",
"PaymentType": "sample string 10",
"PaymentNumber": "sample string 11",
"BillingStatus": 1,
"BillingComment": "sample string 12",
"UniqueID": "sample string 13",
"PatientDOB": "2025-10-30T10:16:31.4356768-07:00",
"EmployeeDOB": "2025-10-30T10:16:31.4356768-07:00",
"Price": "sample string 14",
"IsAddOn": 1,
"MedicalRecordRequestTypeId": 1,
"BStatus": "sample string 15",
"RequesterName": "sample string 16",
"MedicalRequestOrderTypeId": 1,
"EmployeeId": "sample string 17",
"ProviderReviewComplete": true,
"ProviderReviewRequested": true,
"ProviderReviewRequestedDate": "2025-10-30T10:16:31.4356768-07:00",
"ExternalRequestNumber": "sample string 18",
"CPTCode": "sample string 19",
"TangAndCompanyCode": "sample string 20",
"ValidFlag": true,
"DateUpdated": "2025-10-30T10:16:31.4356768-07:00",
"ISWaviedFee": true
},
"totalCount": 3
}
application/xml, text/xml
<AsapResponseOfMedicalRecordRequestDataDTO3NYuOdgi 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:BStatus>sample string 15</d2p1:BStatus>
<d2p1:BillingComment>sample string 12</d2p1:BillingComment>
<d2p1:BillingStatus>1</d2p1:BillingStatus>
<d2p1:CPTCode>sample string 19</d2p1:CPTCode>
<d2p1:ComapnyName>sample string 1</d2p1:ComapnyName>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:DateUpdated>2025-10-30T10:16:31.4356768-07:00</d2p1:DateUpdated>
<d2p1:DueDate>2025-10-30T10:16:31.4356768-07:00</d2p1:DueDate>
<d2p1:EmployeeDOB>2025-10-30T10:16:31.4356768-07:00</d2p1:EmployeeDOB>
<d2p1:EmployeeId>sample string 17</d2p1:EmployeeId>
<d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
<d2p1:ExternalRequestNumber>sample string 18</d2p1:ExternalRequestNumber>
<d2p1:ISWaviedFee>true</d2p1:ISWaviedFee>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsAddOn>1</d2p1:IsAddOn>
<d2p1:MedicalRecordRequestTypeId>1</d2p1:MedicalRecordRequestTypeId>
<d2p1:MedicalRequestOrderTypeId>1</d2p1:MedicalRequestOrderTypeId>
<d2p1:OrderType>sample string 5</d2p1:OrderType>
<d2p1:OrderTypeList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:OrderTypeList>
<d2p1:Paid>sample string 7</d2p1:Paid>
<d2p1:PatientDOB>2025-10-30T10:16:31.4356768-07:00</d2p1:PatientDOB>
<d2p1:PatientFirstName>sample string 8</d2p1:PatientFirstName>
<d2p1:PatientLastName>sample string 9</d2p1:PatientLastName>
<d2p1:PaymentNumber>sample string 11</d2p1:PaymentNumber>
<d2p1:PaymentType>sample string 10</d2p1:PaymentType>
<d2p1:Price>sample string 14</d2p1:Price>
<d2p1:ProviderReviewComplete>true</d2p1:ProviderReviewComplete>
<d2p1:ProviderReviewRequested>true</d2p1:ProviderReviewRequested>
<d2p1:ProviderReviewRequestedDate>2025-10-30T10:16:31.4356768-07:00</d2p1:ProviderReviewRequestedDate>
<d2p1:RequestDate>2025-10-30T10:16:31.4356768-07:00</d2p1:RequestDate>
<d2p1:RequesterName>sample string 16</d2p1:RequesterName>
<d2p1:RushandExpedite>sample string 6</d2p1:RushandExpedite>
<d2p1:Status>1</d2p1:Status>
<d2p1:TangAndCompanyCode>sample string 20</d2p1:TangAndCompanyCode>
<d2p1:UniqueID>sample string 13</d2p1:UniqueID>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfMedicalRecordRequestDataDTO3NYuOdgi>