POST billers-middleware/bill-enquiry

Request Information

URI Parameters

None.

Body Parameters

BillRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.