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": "f262f57d-465c-4474-ad55-9812d6c26fe6",
"ClientId": "7f4552f2-af97-40b1-af02-bc47f5b49509",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:04:33",
"UpdateDate": "2026-07-22 06:04:33",
"CreateBy": "0a939cae-45d6-45b8-991e-44a513660516",
"UpdateBy": "46f45a9a-4358-4e00-82c3-9123912d50c4"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "f262f57d-465c-4474-ad55-9812d6c26fe6",
"ClientId": "7f4552f2-af97-40b1-af02-bc47f5b49509",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:04:33",
"UpdateDate": "2026-07-22 06:04:33",
"CreateBy": "0a939cae-45d6-45b8-991e-44a513660516",
"UpdateBy": "46f45a9a-4358-4e00-82c3-9123912d50c4"
}
]
}
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": {}
}