POST Api/Currency/UpdateRate

Request Information

URI Parameters

None.

Body Parameters

CurrencyListView
NameDescriptionTypeAdditional information
list

Collection of CurrencyExchangeRate

None.

Request Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "FromCurCode": "sample string 1",
      "ToCurCode": "sample string 2",
      "Rate": 3.0,
      "ToName": "sample string 4",
      "Id": "8ec7b5ca-4770-4296-ac2b-097e06b36208",
      "ClientId": "3be0fc74-85dc-4f17-aec1-91c314824755",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-04-20 09:56:47",
      "UpdateDate": "2026-04-20 09:56:47",
      "CreateBy": "da3bcf04-73c2-42ee-8826-d9573410fce3",
      "UpdateBy": "9e63cce5-7576-487e-8854-8087c79ed462"
    },
    {
      "FromCurCode": "sample string 1",
      "ToCurCode": "sample string 2",
      "Rate": 3.0,
      "ToName": "sample string 4",
      "Id": "8ec7b5ca-4770-4296-ac2b-097e06b36208",
      "ClientId": "3be0fc74-85dc-4f17-aec1-91c314824755",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-04-20 09:56:47",
      "UpdateDate": "2026-04-20 09:56:47",
      "CreateBy": "da3bcf04-73c2-42ee-8826-d9573410fce3",
      "UpdateBy": "9e63cce5-7576-487e-8854-8087c79ed462"
    }
  ]
}

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 'CurrencyListView'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}