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": "99b89bde-1b8a-4bc7-a4cf-3311431f39f9",
      "ClientId": "e4e1aaf1-5ef4-4979-a408-7ffa90d3075a",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-08-17 02:06:02",
      "UpdateDate": "2026-08-17 02:06:02",
      "CreateBy": "6938f2be-094f-41b4-b918-a2723c4bb14e",
      "UpdateBy": "b1d77e96-f96e-4e94-8724-1ff21fdf891c"
    },
    {
      "FromCurCode": "sample string 1",
      "ToCurCode": "sample string 2",
      "Rate": 3.0,
      "ToName": "sample string 4",
      "Id": "99b89bde-1b8a-4bc7-a4cf-3311431f39f9",
      "ClientId": "e4e1aaf1-5ef4-4979-a408-7ffa90d3075a",
      "IsActive": true,
      "IsDeleted": true,
      "CreateDate": "2026-08-17 02:06:02",
      "UpdateDate": "2026-08-17 02:06:02",
      "CreateBy": "6938f2be-094f-41b4-b918-a2723c4bb14e",
      "UpdateBy": "b1d77e96-f96e-4e94-8724-1ff21fdf891c"
    }
  ]
}

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