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": "6e1c3c10-1187-481d-b241-803a40bad143",
"ClientId": "ea9aef9b-eb74-470f-bc66-ca754e6591fc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:28",
"UpdateDate": "2025-10-28 19:09:28",
"CreateBy": "827f797b-1b65-4e58-b731-81d393eb2401",
"UpdateBy": "907d4da1-a0e7-4f04-b4c4-5c07763a4ae2"
},
{
"FromCurCode": "sample string 1",
"ToCurCode": "sample string 2",
"Rate": 3.0,
"ToName": "sample string 4",
"Id": "6e1c3c10-1187-481d-b241-803a40bad143",
"ClientId": "ea9aef9b-eb74-470f-bc66-ca754e6591fc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:28",
"UpdateDate": "2025-10-28 19:09:28",
"CreateBy": "827f797b-1b65-4e58-b731-81d393eb2401",
"UpdateBy": "907d4da1-a0e7-4f04-b4c4-5c07763a4ae2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}