GET api/accountingbookgroups?AccountingBookGroupId={AccountingBookGroupId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccountingBookGroupId

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AccountingBookGroup
NameDescriptionTypeAdditional information
AccountingBookGroupId

string

None.

AccountingBookGroupDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfAccountingBookGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AccountingBookGroup>
    <AccountingBookGroupId>sample string 1</AccountingBookGroupId>
    <AccountingBookGroupDescription>sample string 2</AccountingBookGroupDescription>
    <InsUpdDate>2024-04-24T13:16:48.2191535+02:00</InsUpdDate>
  </AccountingBookGroup>
  <AccountingBookGroup>
    <AccountingBookGroupId>sample string 1</AccountingBookGroupId>
    <AccountingBookGroupDescription>sample string 2</AccountingBookGroupDescription>
    <InsUpdDate>2024-04-24T13:16:48.2191535+02:00</InsUpdDate>
  </AccountingBookGroup>
</ArrayOfAccountingBookGroup>