GET api/{database}/CustomerGroupInfo/{customerGroupId}?fiscalYear={fiscalYear}

Gets the specified CustomerGroupInfo.



Request Information

Parameters

NameDescriptionAdditional information
customerGroupId The customerGroupId.

Define this parameter in the request URI.

fiscalYear The fiscalYear.

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"
}

application/xml, text/xml

Sample:
<CustomerGroupInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
  <CustomerGroupId>1</CustomerGroupId>
  <FiscalYear>2</FiscalYear>
  <LedgerAccountId>sample string 3</LedgerAccountId>
</CustomerGroupInfo>