POST api/ExchangeRate
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| exchangeRate | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ExchangeRateId": "3f14985a-8f04-4b5e-840f-85f6083125cc",
"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-11-05T21:51:01.9092344+00:00",
"Updated_DatetimeStamp": "2025-11-05T21:51:01.9092344+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-11-05T21:51:01.9092344+00:00</Created_DatetimeStamp> <ExchangeRateId>3f14985a-8f04-4b5e-840f-85f6083125cc</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-11-05T21:51:01.9092344+00:00</Updated_DatetimeStamp> </ExchangeRate>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.