POST api/Tickets/uniquegroup
Request Information
URI Parameters
None.
Body Parameters
FilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | PagingModel |
None. |
|
| Filters | Collection of FilterOptionModel |
None. |
|
| Type | string |
None. |
|
| SearchText | string |
None. |
|
| isexactlymatch | boolean |
None. |
|
| SearchTextfrommodel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": {
"PageSize": 1,
"PageIndex": 2,
"TotalRecords": 3,
"SortOrder": 1,
"OrderBy": "sample string 4"
},
"Filters": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
],
"Type": "sample string 1",
"SearchText": "sample string 2",
"isexactlymatch": true,
"SearchTextfrommodel": "sample string 4"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.