GET api/ledgeraccounts/{ledgerAccountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ledgerAccountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LedgerAccountName | 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>2024-11-23T04:02:47.2225748+01:00</InsUpdDate> </LedgerAccount>