GET api/Account/{accountNumber}/ActionCodes/{filter}
Gets the action code on the account that match a given filter
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.