POST billers-middleware/bill-enquiry
Request Information
URI Parameters
None.
Body Parameters
BillRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BillId | integer |
None. |
|
| CategoryID | integer |
None. |
|
| SubCategoryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillId": 1,
"CategoryID": 2,
"SubCategoryID": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.