GET api/Billing/{accountNumber}/TransactionDetails/{year}

Gets all billing transactions for a given year

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.