POST api/reviews?from={from}&to={to}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
from | string |
Required |
|
to | string |
Required |
Body Parameters
CustomDataFilterName | Description | Type | Additional information |
---|---|---|---|
Fields | string |
None. |
|
Filters | Dictionary of string [key] and string [value] |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Fields": "sample string 1", "Filters": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "PageSize": 2, "PageNumber": 3, "OrderBy": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.