POST api/ExchangeRate/SearchExchangeRate

Request Information

URI Parameters

None.

Body Parameters

SearchCallOfExchangeRateSearchModel
NameDescriptionTypeAdditional 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-05T07:29:32.4519239+00:00",
    "EndDate": "2026-09-05T07:29:32.4519239+00:00"
  }
}

multipart/form-data

Sample:
{"PageSize":1,"From":2,"Parameter":{"StartDate":"2026-09-05T07:29:32.4519239+00:00","EndDate":"2026-09-05T07:29:32.4519239+00:00"}}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.