GET api/Billing/{accountNumber}/TransactionDetails/{year}
Gets all billing transactions for a given year
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountNumber |
The account number |
string |
Required |
year |
The year for which to return data |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of billing transaction objects
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.