GET api/Bills_Nibss/GetProductbyBiller/{BillerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BillerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetProductByBillerIdNibssResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Products | Collection of ProductsNibss |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| image | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Products": [
{
"BillerId": "sample string 1",
"ProductId": "sample string 2",
"ProductName": "sample string 3"
},
{
"BillerId": "sample string 1",
"ProductId": "sample string 2",
"ProductName": "sample string 3"
}
],
"ResponseCode": "sample string 1",
"ResponseMessage": "sample string 2",
"image": "sample string 3"
}
application/xml, text/xml
Sample:
<GetProductByBillerIdNibssResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Response.Utility.NibssEbills.GetProductByBillerId">
<Products>
<ProductsNibss>
<BillerId>sample string 1</BillerId>
<ProductId>sample string 2</ProductId>
<ProductName>sample string 3</ProductName>
</ProductsNibss>
<ProductsNibss>
<BillerId>sample string 1</BillerId>
<ProductId>sample string 2</ProductId>
<ProductName>sample string 3</ProductName>
</ProductsNibss>
</Products>
<ResponseCode>sample string 1</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
<image>sample string 3</image>
</GetProductByBillerIdNibssResponse>