POST api/ExchangeRate/OpenSearchExchangeRate
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfExchangeRateSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | ExchangeRateSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"StartDate": "2026-09-07T01:51:03.1021937+00:00",
"EndDate": "2026-09-07T01:51:03.1021937+00:00"
}
}
multipart/form-data
Sample:
{"PageSize":1,"From":2,"Parameter":{"StartDate":"2026-09-07T01:51:03.1021937+00:00","EndDate":"2026-09-07T01:51:03.1021937+00:00"}}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.