POST api/StockMovement/DynamicSearch
Request Information
URI Parameters
None.
Body Parameters
StockStatementSearchVM| Name | Description | Type | Additional information |
|---|---|---|---|
| stockStatementSearches | Collection of StockStatementSearch |
None. |
Request Formats
application/json, text/json
Sample:
{
"stockStatementSearches": [
{
"Label": "sample string 1",
"Field": "sample string 2",
"Operator": "sample string 3",
"Type": "sample string 4",
"ValueId": "sample string 5",
"Condition": "sample string 6"
},
{
"Label": "sample string 1",
"Field": "sample string 2",
"Operator": "sample string 3",
"Type": "sample string 4",
"ValueId": "sample string 5",
"Condition": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<StockStatementSearchVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<stockStatementSearches>
<StockStatementSearch>
<Condition>sample string 6</Condition>
<Field>sample string 2</Field>
<Label>sample string 1</Label>
<Operator>sample string 3</Operator>
<Type>sample string 4</Type>
<ValueId>sample string 5</ValueId>
</StockStatementSearch>
<StockStatementSearch>
<Condition>sample string 6</Condition>
<Field>sample string 2</Field>
<Label>sample string 1</Label>
<Operator>sample string 3</Operator>
<Type>sample string 4</Type>
<ValueId>sample string 5</ValueId>
</StockStatementSearch>
</stockStatementSearches>
</StockStatementSearchVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |