PUT api/ExchangeRate/{id}

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

exchangeRate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ExchangeRateId": "bcf5084b-5abb-4a9f-a970-bbc2a6f04173",
  "Tenant_Id": "sample string 2",
  "Base_Ccy": "sample string 3",
  "Trade_Ccy": "sample string 4",
  "Fx_Rate": 1.0,
  "Updated_By": "sample string 5",
  "Created_DatetimeStamp": "2025-05-09T19:36:11.3251029+00:00",
  "Updated_DatetimeStamp": "2025-05-09T19:36:11.3251029+00:00",
  "Is_Default": true,
  "Is_All_Day": true,
  "Type": "sample string 6"
}

application/xml, text/xml

Sample:
<ExchangeRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Base_Ccy>sample string 3</Base_Ccy>
  <Created_DatetimeStamp>2025-05-09T19:36:11.3251029+00:00</Created_DatetimeStamp>
  <ExchangeRateId>bcf5084b-5abb-4a9f-a970-bbc2a6f04173</ExchangeRateId>
  <Fx_Rate>1</Fx_Rate>
  <Is_All_Day>true</Is_All_Day>
  <Is_Default>true</Is_Default>
  <Tenant_Id>sample string 2</Tenant_Id>
  <Trade_Ccy>sample string 4</Trade_Ccy>
  <Type>sample string 6</Type>
  <Updated_By>sample string 5</Updated_By>
  <Updated_DatetimeStamp>2025-05-09T19:36:11.3251029+00:00</Updated_DatetimeStamp>
</ExchangeRate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExchangeRate'.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.