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": "00ab8bb8-b851-4aa6-a00d-b8588ba48b56",
  "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:01:31.3710619+00:00",
  "Updated_DatetimeStamp": "2025-05-09T19:01:31.3710619+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:01:31.3710619+00:00</Created_DatetimeStamp>
  <ExchangeRateId>00ab8bb8-b851-4aa6-a00d-b8588ba48b56</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:01:31.3710619+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.