POST api/ExchangeRate/Search
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": {
"Country": "sample string 1",
"CurrencyCode": "sample string 2",
"StartDate": "2026-09-07T01:09:00.8818284+00:00",
"EndDate": "2026-09-07T01:09:00.8818284+00:00",
"Status": 1
}
}
multipart/form-data
Sample:
{"PageSize":1,"From":2,"Parameter":{"Country":"sample string 1","CurrencyCode":"sample string 2","StartDate":"2026-09-07T01:09:00.8818284+00:00","EndDate":"2026-09-07T01:09:00.8818284+00:00","Status":1}}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.