GET api/accountingbookgroups/{accountingBookGroupId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountingBookGroupId

string

Required

Body Parameters

None.

Response Information

Resource Description

AccountingBookGroup
NameDescriptionTypeAdditional information
AccountingBookGroupId

string

None.

AccountingBookGroupDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<AccountingBookGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AccountingBookGroupId>sample string 1</AccountingBookGroupId>
  <AccountingBookGroupDescription>sample string 2</AccountingBookGroupDescription>
  <InsUpdDate>2024-04-18T03:47:18.0115351+02:00</InsUpdDate>
</AccountingBookGroup>