GET api/Center/GetPIFBillingBalanceNew/{billid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| billid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PIFBillingBalanceNew| Name | Description | Type | Additional information |
|---|---|---|---|
| bid | integer |
None. |
|
| cbid | string |
None. |
|
| balyear | string |
None. |
|
| balamount | decimal number |
None. |
|
| mtorder | integer |
None. |
|
| oldCBid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"bid": 1,
"cbid": "sample string 2",
"balyear": "sample string 3",
"balamount": 1.1,
"mtorder": 1,
"oldCBid": "sample string 4"
},
{
"bid": 1,
"cbid": "sample string 2",
"balyear": "sample string 3",
"balamount": 1.1,
"mtorder": 1,
"oldCBid": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfPIFBillingBalanceNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<PIFBillingBalanceNew>
<balamount>1.1</balamount>
<balyear>sample string 3</balyear>
<bid>1</bid>
<cbid>sample string 2</cbid>
<mtorder>1</mtorder>
<oldCBid>sample string 4</oldCBid>
</PIFBillingBalanceNew>
<PIFBillingBalanceNew>
<balamount>1.1</balamount>
<balyear>sample string 3</balyear>
<bid>1</bid>
<cbid>sample string 2</cbid>
<mtorder>1</mtorder>
<oldCBid>sample string 4</oldCBid>
</PIFBillingBalanceNew>
</ArrayOfPIFBillingBalanceNew>