GET api/ledgeraccounts?LedgerAccountId={LedgerAccountId}&LedgerAccountGroupID={LedgerAccountGroupID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LedgerAccountId

string

None.

LedgerAccountGroupID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LedgerAccount
NameDescriptionTypeAdditional information
LedgerAccountId

string

None.

LedgerAccountDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfLedgerAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <LedgerAccount>
    <LedgerAccountId>sample string 1</LedgerAccountId>
    <LedgerAccountDescription>sample string 2</LedgerAccountDescription>
    <InsUpdDate>2024-04-20T02:12:47.1987585+02:00</InsUpdDate>
  </LedgerAccount>
  <LedgerAccount>
    <LedgerAccountId>sample string 1</LedgerAccountId>
    <LedgerAccountDescription>sample string 2</LedgerAccountDescription>
    <InsUpdDate>2024-04-20T02:12:47.1987585+02:00</InsUpdDate>
  </LedgerAccount>
</ArrayOfLedgerAccount>