GET api/Account/{accountNumber}/NoteCount

Gets the number of notes on this account

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

Body Parameters

None.

Response Information

Resource Description

The number of notes on the account

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.