POST api/File/SearchRates
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfCredentialConfigSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | CredentialConfigSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {}
}
multipart/form-data
Sample:
{"PageSize":1,"From":2,"Parameter":{}}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.