GET api/ledgeraccounts/{ledgerAccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ledgerAccountId

string

Required

Body Parameters

None.

Response Information

Resource Description

LedgerAccount
NameDescriptionTypeAdditional 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-04-27T05:17:26.8878298+02:00</InsUpdDate>
</LedgerAccount>