POST api/Application/UpdateRCMBillerAndProvider
Request Information
URI Parameters
None.
Body Parameters
BillersandProviderParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Resellers | string |
None. |
|
| Billers | string |
None. |
|
| ReportType | string |
None. |
|
| ServiceType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| IncludeAdminUsername | boolean |
None. |
|
| PageNumber | integer |
None. |
|
| SortExpression | string |
None. |
|
| RetrieveAllData | boolean |
None. |
|
| BillerStatus | string |
None. |
|
| SelectedDate | string |
None. |
|
| BillersTotals | BillersTotalsResult |
None. |
|
| RCMValue | boolean |
None. |
|
| RCMSaveType | string |
None. |
|
| ProviderID | Collection of integer |
None. |
|
| BillerStatusIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resellers": "sample string 1",
"Billers": "sample string 2",
"ReportType": "sample string 3",
"ServiceType": "sample string 4",
"StartDate": "2025-12-14T05:42:27.8470718-05:00",
"EndDate": "2025-12-14T05:42:27.8470718-05:00",
"IncludeAdminUsername": true,
"PageNumber": 8,
"SortExpression": "sample string 9",
"RetrieveAllData": true,
"BillerStatus": "sample string 11",
"SelectedDate": "sample string 12",
"BillersTotals": {
"TotalNumberOfRecords": 1,
"VolumeAverage": 2.0,
"VolumeFirst": 3.0,
"VolumeSecond": 4.0,
"VolumeThird": 5.0,
"VolumeFourth": 6.0,
"VolumeFifth": 7.0,
"VolumeSixth": 8.0,
"VolumeSeventh": 9.0,
"VolumeEighth": 10.0,
"VolumeNinth": 11.0,
"VolumeTenth": 12.0,
"VolumeEleventh": 13.0,
"VolumeTwelft": 14.0
},
"RCMValue": true,
"RCMSaveType": "sample string 14",
"ProviderID": [
1,
2
],
"BillerStatusIds": ""
}
application/xml, text/xml
Sample:
<BillersandProviderParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel">
<BillerStatus>sample string 11</BillerStatus>
<Billers>sample string 2</Billers>
<BillersTotals xmlns:d2p1="http://schemas.datacontract.org/2004/07/Nextrust.DbModel.BillersReport">
<d2p1:TotalNumberOfRecords>1</d2p1:TotalNumberOfRecords>
<d2p1:VolumeAverage>2</d2p1:VolumeAverage>
<d2p1:VolumeEighth>10</d2p1:VolumeEighth>
<d2p1:VolumeEleventh>13</d2p1:VolumeEleventh>
<d2p1:VolumeFifth>7</d2p1:VolumeFifth>
<d2p1:VolumeFirst>3</d2p1:VolumeFirst>
<d2p1:VolumeFourth>6</d2p1:VolumeFourth>
<d2p1:VolumeNinth>11</d2p1:VolumeNinth>
<d2p1:VolumeSecond>4</d2p1:VolumeSecond>
<d2p1:VolumeSeventh>9</d2p1:VolumeSeventh>
<d2p1:VolumeSixth>8</d2p1:VolumeSixth>
<d2p1:VolumeTenth>12</d2p1:VolumeTenth>
<d2p1:VolumeThird>5</d2p1:VolumeThird>
<d2p1:VolumeTwelft>14</d2p1:VolumeTwelft>
</BillersTotals>
<EndDate>2025-12-14T05:42:27.8470718-05:00</EndDate>
<IncludeAdminUsername>true</IncludeAdminUsername>
<PageNumber>8</PageNumber>
<ProviderID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ProviderID>
<RCMSaveType>sample string 14</RCMSaveType>
<RCMValue>true</RCMValue>
<ReportType>sample string 3</ReportType>
<Resellers>sample string 1</Resellers>
<RetrieveAllData>true</RetrieveAllData>
<SelectedDate>sample string 12</SelectedDate>
<ServiceType>sample string 4</ServiceType>
<SortExpression>sample string 9</SortExpression>
<StartDate>2025-12-14T05:42:27.8470718-05:00</StartDate>
</BillersandProviderParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.