POST api/trainGingerApi/GetBusinessFilters

Request Information

URI Parameters

None.

Body Parameters

BasicAdvanceFilterInputDTO
NameDescriptionTypeAdditional information
AccessToken

string

None.

SubCategoryId

integer

None.

IncludeAdvanceFilter

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "SubCategoryId": 2,
  "IncludeAdvanceFilter": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BasicAdvanceFilterInputDTO'.

Response Information

Resource Description

ResponseDataOfDataTable
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

IsError

boolean

None.

ResponseMessage

string

None.

ErrorCode

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "IsError": true,
  "ResponseMessage": "sample string 3",
  "ErrorCode": 4,
  "Data": {}
}