Update the Ledger Account with WSO ID of {id}.
https://services.wsoweb.com/
AccountName
The name of the ledger account.
string
AccountNumber
Account number
string
BaseCurrencyCode
Currency type
string
CountryId
Country id
integer
CustodianId
CustodianId
integer
Description
Description
string
Notes
Notes
string
PortfolioOverride
Porftfolio override
integer
There are no limitations specified.
id
WSO ID of Ledger Account
integer
Required
{ "accountName": "sample string 2", "accountNumber": "sample string 3", "notes": "sample string 4", "accountType": "General", "baseCurrencyCode": "sample string 5", "description": "sample string 6", "portfolioOverride": 7, "countryId": 8, "custodianId": 9 }
<LedgerAccountUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.CashManagement.Models.v1"> <AccountName>sample string 2</AccountName> <AccountNumber>sample string 3</AccountNumber> <AccountType>General</AccountType> <BaseCurrencyCode>sample string 5</BaseCurrencyCode> <CountryId>8</CountryId> <CustodianId>9</CustodianId> <Description>sample string 6</Description> <Notes>sample string 4</Notes> <PortfolioOverride>7</PortfolioOverride> </LedgerAccountUpdate>
Sample not available.
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:26:57.8487881-06:00", "addId": "sample string 14", "addNode": "sample string 15", "lastChangeDate": "2024-11-23T01:26:57.8487881-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:26:57.8487881-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:26:57.8487881-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>