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": "bc706896-07a1-4e2d-862a-aaa4d6b454a4",
"ClientId": "0a2388d1-8f9a-4e2e-9748-9ee6a1640204",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:01",
"UpdateDate": "2026-07-30 18:06:01",
"CreateBy": "fa96dba6-fbaf-46ba-ab97-e42e185a37f4",
"UpdateBy": "bc1f66b0-4112-421a-9889-9a327a9a1717"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "bc706896-07a1-4e2d-862a-aaa4d6b454a4",
"ClientId": "0a2388d1-8f9a-4e2e-9748-9ee6a1640204",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:01",
"UpdateDate": "2026-07-30 18:06:01",
"CreateBy": "fa96dba6-fbaf-46ba-ab97-e42e185a37f4",
"UpdateBy": "bc1f66b0-4112-421a-9889-9a327a9a1717"
}
]
}
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": {}
}