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": "762a540b-c8cc-40c6-bec3-0817b8fc6233",
"ClientId": "94c67d4a-cce3-4f33-944d-4c42889d650f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:22:36",
"UpdateDate": "2026-02-24 14:22:36",
"CreateBy": "6e759649-661f-4e02-9ce2-3e26d2a817d0",
"UpdateBy": "05e60847-d210-4775-9999-5f69785424c8"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "762a540b-c8cc-40c6-bec3-0817b8fc6233",
"ClientId": "94c67d4a-cce3-4f33-944d-4c42889d650f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:22:36",
"UpdateDate": "2026-02-24 14:22:36",
"CreateBy": "6e759649-661f-4e02-9ce2-3e26d2a817d0",
"UpdateBy": "05e60847-d210-4775-9999-5f69785424c8"
}
]
}
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": {}
}