GET Billspayments/GetBillerByCategory?categoryid={categoryid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BillerVm| Name | Description | Type | Additional information |
|---|---|---|---|
| billerid | string |
None. |
|
| billername | string |
None. |
|
| customerfield1 | string |
None. |
|
| amountType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"amountType": "sample string 1",
"billerid": "sample string 1",
"billername": "sample string 2",
"customerfield1": "sample string 3"
},
{
"amountType": "sample string 1",
"billerid": "sample string 1",
"billername": "sample string 2",
"customerfield1": "sample string 3"
}
]