GET api/quotations/search?skip={skip}&take={take}&searchString={searchString}&state={state}&from={from}&to={to}&minTotal={minTotal}&maxTotal={maxTotal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| searchString | string |
Required |
|
| state | integer |
None. |
|
| from | date |
None. |
|
| to | date |
None. |
|
| minTotal | decimal number |
None. |
|
| maxTotal | decimal number |
None. |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.