POST api/Filters/GetFilter

Request Information

URI Parameters

None.

Body Parameters

FilterModel
NameDescriptionTypeAdditional information
rowFrom

integer

None.

rowTo

integer

None.

tnc_cat_id

string

None.

tnd_tpb_id

integer

None.

tpb_ttp_id

string

None.

Tender_Status

integer

None.

sur_sdb_id

integer

None.

tdc_id

integer

None.

tnd_name

string

None.

RadioButtonSts

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "rowFrom": 1,
  "rowTo": 2,
  "tnc_cat_id": "sample string 3",
  "tnd_tpb_id": 4,
  "tpb_ttp_id": "sample string 5",
  "Tender_Status": 6,
  "sur_sdb_id": 7,
  "tdc_id": 8,
  "tnd_name": "sample string 9",
  "RadioButtonSts": 10
}

application/octet-stream, multipart/form-data

Sample:
{"rowFrom":1,"rowTo":2,"tnc_cat_id":"sample string 3","tnd_tpb_id":4,"tpb_ttp_id":"sample string 5","Tender_Status":6,"sur_sdb_id":7,"tdc_id":8,"tnd_name":"sample string 9","RadioButtonSts":10}

application/xml, text/xml

Sample:
<Filters.FilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tenderjoAPI.Models">
  <RadioButtonSts>10</RadioButtonSts>
  <Tender_Status>6</Tender_Status>
  <rowFrom>1</rowFrom>
  <rowTo>2</rowTo>
  <sur_sdb_id>7</sur_sdb_id>
  <tdc_id>8</tdc_id>
  <tnc_cat_id>sample string 3</tnc_cat_id>
  <tnd_name>sample string 9</tnd_name>
  <tnd_tpb_id>4</tnd_tpb_id>
  <tpb_ttp_id>sample string 5</tpb_ttp_id>
</Filters.FilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.