POST Api/Currency/UpdateRate
Request Information
URI Parameters
None.
Body Parameters
CurrencyListView| Name | Description | Type | Additional 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": "4b84a7b5-148f-4a86-bfd9-029b97678d34",
"ClientId": "52adb76b-52e7-4e27-8a11-e423e2b775ba",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:22:34",
"UpdateDate": "2026-02-24 14:22:34",
"CreateBy": "90d85bd3-b412-402c-affe-d7f88ef4d49a",
"UpdateBy": "376818f3-7c9c-4881-964c-3829abd820ab"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "4b84a7b5-148f-4a86-bfd9-029b97678d34",
"ClientId": "52adb76b-52e7-4e27-8a11-e423e2b775ba",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:22:34",
"UpdateDate": "2026-02-24 14:22:34",
"CreateBy": "90d85bd3-b412-402c-affe-d7f88ef4d49a",
"UpdateBy": "376818f3-7c9c-4881-964c-3829abd820ab"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}