POST AdminApi/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": "88410109-46a3-4427-9d91-2609c7633521",
"ClientId": "3f1b9872-ed78-4490-a2aa-252c8db3812d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:46:02",
"UpdateDate": "2026-06-15 12:46:02",
"CreateBy": "3d2a54a0-a39d-4baf-b20b-9f0755875284",
"UpdateBy": "1a43e220-0734-4e59-839a-12b737f114a1"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "88410109-46a3-4427-9d91-2609c7633521",
"ClientId": "3f1b9872-ed78-4490-a2aa-252c8db3812d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:46:02",
"UpdateDate": "2026-06-15 12:46:02",
"CreateBy": "3d2a54a0-a39d-4baf-b20b-9f0755875284",
"UpdateBy": "1a43e220-0734-4e59-839a-12b737f114a1"
}
]
}
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": {}
}