Retrieve ledger account with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of the ledger account
integer
Required
AccountNumber
Account number.
string
AccountType
Account type.
string
AddDate
Add date
date
AddId
Add id
string
AddNode
Add node
string
CompanyId
Company id
integer
CountryId
Country id.
integer
CurrencyType
Currency type
string
CustodianId
Custodian id.
integer
Description
string
Id
integer
IsDeleted
Delete status of this item.
boolean
LastChangeDate
Last change date.
date
LastChangeId
last change id
string
LastChangeNode
last change node.
string
LedgerAccountName
string
Notes
Notes
string
PortfolioOverride
integer
{ "id": 1, "ledgerAccountName": "sample string 2", "isDeleted": true, "accountNumber": "sample string 5", "notes": "sample string 6", "accountType": "sample string 7", "currencyType": "sample string 8", "description": "sample string 9", "portfolioOverride": 10, "companyId": 1, "country": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "countryId": 11, "custodian": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "custodianId": 12, "addDate": "2024-11-23T01:43:39.8358272-06:00", "addId": "sample string 14", "addNode": "sample string 15", "lastChangeDate": "2024-11-23T01:43:39.8358272-06:00", "lastChangeId": "sample string 17", "lastChangeNode": "sample string 18", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ], "udfs": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } }
<LedgerAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccountNumber>sample string 5</AccountNumber> <AccountType>sample string 7</AccountType> <AddDate>2024-11-23T01:43:39.8358272-06:00</AddDate> <AddId>sample string 14</AddId> <AddNode>sample string 15</AddNode> <CompanyId>1</CompanyId> <Country> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Country> <CountryId>11</CountryId> <CurrencyType>sample string 8</CurrencyType> <Custodian> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Custodian> <CustodianId>12</CustodianId> <Description>sample string 9</Description> <Id>1</Id> <IsDeleted>true</IsDeleted> <LastChangeDate>2024-11-23T01:43:39.8358272-06:00</LastChangeDate> <LastChangeId>sample string 17</LastChangeId> <LastChangeNode>sample string 18</LastChangeNode> <LedgerAccountName>sample string 2</LedgerAccountName> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <Notes>sample string 6</Notes> <PortfolioOverride>10</PortfolioOverride> <Udfs> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Udfs> </LedgerAccount>