GET api/ledgeraccounts/{ledgerAccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ledgerAccountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LedgerAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| LedgerAccountId | string |
None. |
|
| LedgerAccountDescription | string |
None. |
|
| InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<LedgerAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <LedgerAccountId>sample string 1</LedgerAccountId> <LedgerAccountDescription>sample string 2</LedgerAccountDescription> <InsUpdDate>2025-10-30T03:26:59.5286084+01:00</InsUpdDate> </LedgerAccount>