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": "e665be2b-7733-424c-9646-60ccc40878b8",
      "ClientId": "27e89406-7afd-4621-a03d-b6b57eb0aad7",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-06-15 12:46:14",
      "UpdateDate": "2026-06-15 12:46:14",
      "CreateBy": "c3ccd017-35f0-44aa-87db-b09a7f2135d9",
      "UpdateBy": "23a9c85b-03b2-4f60-8f1c-5784729242c5"
    },
    {
      "FromCurCode": "sample string 1",
      "ToCurCode": "sample string 2",
      "Rate": 3.0,
      "ToName": "sample string 4",
      "Id": "e665be2b-7733-424c-9646-60ccc40878b8",
      "ClientId": "27e89406-7afd-4621-a03d-b6b57eb0aad7",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-06-15 12:46:14",
      "UpdateDate": "2026-06-15 12:46:14",
      "CreateBy": "c3ccd017-35f0-44aa-87db-b09a7f2135d9",
      "UpdateBy": "23a9c85b-03b2-4f60-8f1c-5784729242c5"
    }
  ]
}

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": {}
}