Update the CurrencyType with WSO ID of {id}.
https://services.wsoweb.com/
CostOfCarryIndex
The Cost of Carry Index for the given Currency Type
integer
CurrencyCode
The code for the Currency Type
string
CurrencyTypeName
The name of the CurrenctyType
string
SortOrder
The Cost of Carry Index for the given Currency Type
integer
There are no limitations specified.
id
WSO ID of CurrencyType
integer
Required
{ "currencyTypeName": "sample string 2", "currencyCode": "sample string 3", "costOfCarryIndex": 1, "sortOrder": 1 }
<CurrencyTypeUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CostOfCarryIndex>1</CostOfCarryIndex> <CurrencyCode>sample string 3</CurrencyCode> <CurrencyTypeName>sample string 2</CurrencyTypeName> <SortOrder>1</SortOrder> </CurrencyTypeUpdate>
Sample not available.
CostOfCarryIndex
The CostOfCarryIndex of the CurrencyType
integer
CurrencyCode
The code for the currency type
string
CurrencyTypeName
The name of the currency type
string
Id
The WSO ID of the Currency Type
integer
IsDeleted
The IsDeleted Flag of the CurrencyType
boolean
SortOrder
The Sort order of the CurrencyType
integer
{ "id": 1, "currencyTypeName": "sample string 2", "currencyCode": "sample string 3", "isDeleted": true, "sortOrder": 5, "costOfCarryIndex": 6, "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" } ] }
<CurrencyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.Reference.Models.v1"> <CostOfCarryIndex>6</CostOfCarryIndex> <CurrencyCode>sample string 3</CurrencyCode> <CurrencyTypeName>sample string 2</CurrencyTypeName> <Id>1</Id> <IsDeleted>true</IsDeleted> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <SortOrder>5</SortOrder> </CurrencyType>