GET api/v1/accountingrulefiltertypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AccountingRuleFilterTypeListItem
NameDescriptionTypeAdditional information
AccountingRuleFilterTypeId

integer

None.

AccountingRuleFilterTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountingRuleFilterTypeId": 1,
    "AccountingRuleFilterTypeName": "sample string 2"
  },
  {
    "AccountingRuleFilterTypeId": 1,
    "AccountingRuleFilterTypeName": "sample string 2"
  }
]

text/html

Sample:
[{"AccountingRuleFilterTypeId":1,"AccountingRuleFilterTypeName":"sample string 2"},{"AccountingRuleFilterTypeId":1,"AccountingRuleFilterTypeName":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfAccountingRuleFilterTypeListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting.RuleFilters">
  <AccountingRuleFilterTypeListItem>
    <AccountingRuleFilterTypeId>1</AccountingRuleFilterTypeId>
    <AccountingRuleFilterTypeName>sample string 2</AccountingRuleFilterTypeName>
  </AccountingRuleFilterTypeListItem>
  <AccountingRuleFilterTypeListItem>
    <AccountingRuleFilterTypeId>1</AccountingRuleFilterTypeId>
    <AccountingRuleFilterTypeName>sample string 2</AccountingRuleFilterTypeName>
  </AccountingRuleFilterTypeListItem>
</ArrayOfAccountingRuleFilterTypeListItem>