GET api/{database}/CustomerGroupInfoList
Gets a list of CustomerGroupInfo that matches the specified criteria
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>