GET api/ledgeraccounts/GetLedgerAccountGroups?LedgerAccountGroupID={LedgerAccountGroupID}&LedgerAccountGroupName={LedgerAccountGroupName}&LedgerAccountIDFrom={LedgerAccountIDFrom}&LedgerAccountIDTo={LedgerAccountIDTo}&FinancialSourceID={FinancialSourceID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LedgerAccountGroupID | string |
None. |
|
LedgerAccountGroupName | string |
None. |
|
LedgerAccountIDFrom | string |
None. |
|
LedgerAccountIDTo | string |
None. |
|
FinancialSourceID | string |
None. |
|
RequestType | sqRequestType |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of LedgerAccountGroupName | Description | Type | Additional information |
---|---|---|---|
LedgerAccountGroupID | string |
None. |
|
LedgerAccountGroupName | string |
None. |
|
LedgerAccountIDFrom | string |
None. |
|
LedgerAccountIDTo | string |
None. |
|
FinancialSourceID | string |
None. |
|
FinancialSourceName | string |
None. |
|
InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfLedgerAccountGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <LedgerAccountGroup> <LedgerAccountGroupID>sample string 1</LedgerAccountGroupID> <LedgerAccountGroupName>sample string 2</LedgerAccountGroupName> <LedgerAccountIDFrom>sample string 3</LedgerAccountIDFrom> <LedgerAccountIDTo>sample string 4</LedgerAccountIDTo> <FinancialSourceID>sample string 5</FinancialSourceID> <FinancialSourceName>sample string 6</FinancialSourceName> <InsUpdDate>2023-06-09T19:13:09.4865084+02:00</InsUpdDate> </LedgerAccountGroup> <LedgerAccountGroup> <LedgerAccountGroupID>sample string 1</LedgerAccountGroupID> <LedgerAccountGroupName>sample string 2</LedgerAccountGroupName> <LedgerAccountIDFrom>sample string 3</LedgerAccountIDFrom> <LedgerAccountIDTo>sample string 4</LedgerAccountIDTo> <FinancialSourceID>sample string 5</FinancialSourceID> <FinancialSourceName>sample string 6</FinancialSourceName> <InsUpdDate>2023-06-09T19:13:09.4865084+02:00</InsUpdDate> </LedgerAccountGroup> </ArrayOfLedgerAccountGroup>