GET api/ledgeraccounts?LedgerAccountId={LedgerAccountId}&LedgerAccountGroupID={LedgerAccountGroupID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional 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 LedgerAccountName | Description | Type | Additional 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>2023-06-06T22:53:14.3760045+02:00</InsUpdDate> </LedgerAccount> <LedgerAccount> <LedgerAccountId>sample string 1</LedgerAccountId> <LedgerAccountDescription>sample string 2</LedgerAccountDescription> <InsUpdDate>2023-06-06T22:53:14.3760045+02:00</InsUpdDate> </LedgerAccount> </ArrayOfLedgerAccount>