GET api/{database}/SupplierGroupInfo/{supplierGroupId}?fiscalYear={fiscalYear}

Gets the specified SupplierGroupInfo.



Request Information

Parameters

NameDescriptionAdditional information
supplierGroupId The supplierGroupId.

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:
{
  "fiscalYear": 1,
  "ledgerAccountId": "sample string 2",
  "supplierGroupId": 3
}

application/xml, text/xml

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