POST api/Orders/Search
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RequireTotalCount | boolean |
None. |
|
RequireGroupCount | boolean |
None. |
|
IsCountQuery | boolean |
None. |
|
Skip | integer |
None. |
|
Take | integer |
None. |
|
Sort | Collection of SortingInfo |
None. |
|
Group | Collection of GroupingInfo |
None. |
|
Filter | Collection of Object |
None. |
|
TotalSummary | Collection of SummaryInfo |
None. |
|
GroupSummary | Collection of SummaryInfo |
None. |
|
Select | Collection of string |
None. |
|
PreSelect | Collection of string |
None. |
|
RemoteSelect | boolean |
None. |
|
RemoteGrouping | boolean |
None. |
|
ExpandLinqSumType | boolean |
None. |
|
PrimaryKey | Collection of string |
None. |
|
DefaultSort | string |
None. |
|
StringToLower | boolean |
None. |
|
PaginateViaPrimaryKey | boolean |
None. |
|
SortByPrimaryKey | boolean |
None. |
|
AllowAsyncOverSync | boolean |
None. |
Body Parameters
OrderSearchDTOName | Description | Type | Additional information |
---|---|---|---|
OrderStatusId | OrderStatusEnum |
None. |
|
Manufacturer | string |
None. |
|
PartNumber | string |
None. |
|
ReferenceCode | string |
None. |
|
StockCode | string |
None. |
|
PartDescription | string |
None. |
|
OrderOwner | string |
None. |
|
IncludeDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderStatusId": 1, "Manufacturer": "sample string 1", "PartNumber": "sample string 2", "ReferenceCode": "sample string 3", "StockCode": "sample string 4", "PartDescription": "sample string 5", "OrderOwner": "sample string 6", "IncludeDeleted": true }
text/html, multipart/form-data, application/zip
Sample:
{"OrderStatusId":1,"Manufacturer":"sample string 1","PartNumber":"sample string 2","ReferenceCode":"sample string 3","StockCode":"sample string 4","PartDescription":"sample string 5","OrderOwner":"sample string 6","IncludeDeleted":true}
application/xml, text/xml
Sample:
<OrderSearchDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DentaCad.DTO"> <IncludeDeleted>true</IncludeDeleted> <Manufacturer>sample string 1</Manufacturer> <OrderOwner>sample string 6</OrderOwner> <OrderStatusId>Uncommitted</OrderStatusId> <PartDescription>sample string 5</PartDescription> <PartNumber>sample string 2</PartNumber> <ReferenceCode>sample string 3</ReferenceCode> <StockCode>sample string 4</StockCode> </OrderSearchDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |