POST api/ExchangeRate

Request Information

Parameters

NameDescriptionAdditional information
exchangeRate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ExchangeRateId": "f753ce70-31c5-4402-8043-5c62eab1540e",
  "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-09-18T04:52:29.3068862+00:00",
  "Updated_DatetimeStamp": "2025-09-18T04:52:29.3068862+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-09-18T04:52:29.3068862+00:00</Created_DatetimeStamp>
  <ExchangeRateId>f753ce70-31c5-4402-8043-5c62eab1540e</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-09-18T04:52:29.3068862+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.