GET api/{database}/CustomerGroupInfoList?fiscalYear={fiscalYear}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| fiscalYear | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
[
  {
    "customerGroupId": 1,
    "fiscalYear": 2,
    "ledgerAccountId": "sample string 3"
  },
  {
    "customerGroupId": 1,
    "fiscalYear": 2,
    "ledgerAccountId": "sample string 3"
  },
  {
    "customerGroupId": 1,
    "fiscalYear": 2,
    "ledgerAccountId": "sample string 3"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfCustomerGroupInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
  <CustomerGroupInfo>
    <CustomerGroupId>1</CustomerGroupId>
    <FiscalYear>2</FiscalYear>
    <LedgerAccountId>sample string 3</LedgerAccountId>
  </CustomerGroupInfo>
  <CustomerGroupInfo>
    <CustomerGroupId>1</CustomerGroupId>
    <FiscalYear>2</FiscalYear>
    <LedgerAccountId>sample string 3</LedgerAccountId>
  </CustomerGroupInfo>
  <CustomerGroupInfo>
    <CustomerGroupId>1</CustomerGroupId>
    <FiscalYear>2</FiscalYear>
    <LedgerAccountId>sample string 3</LedgerAccountId>
  </CustomerGroupInfo>
</ArrayOfCustomerGroupInfo>