GET api/Account/{accountNumber}/ActionCodes/{filter}

Gets the action code on the account that match a given filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

filter

The filter

string

Required

Body Parameters

None.

Response Information

Resource Description

A collection of action code objects

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.