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": "4472d4a9-b26c-4f0b-8cbd-57d8e2d6b3d0",
"ClientId": "58dfb47a-8ac0-462c-9c24-4774f47cdb4a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:43",
"UpdateDate": "2025-12-30 14:09:43",
"CreateBy": "5b9f3cf3-f358-4456-9998-39431bf44b6a",
"UpdateBy": "0ae30f69-13ea-444b-a9a3-a67e931018ac"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "4472d4a9-b26c-4f0b-8cbd-57d8e2d6b3d0",
"ClientId": "58dfb47a-8ac0-462c-9c24-4774f47cdb4a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:43",
"UpdateDate": "2025-12-30 14:09:43",
"CreateBy": "5b9f3cf3-f358-4456-9998-39431bf44b6a",
"UpdateBy": "0ae30f69-13ea-444b-a9a3-a67e931018ac"
}
]
}
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": {}
}