POST api/profile/grid/delete/state

Request Information

URI Parameters

None.

Body Parameters

tblAgGridState
NameDescriptionTypeAdditional information
intId

integer

None.

txtStateName

string

None.

txtAgidName

string

None.

txtColumnState

string

None.

txtFilterModel

string

None.

txtSortModel

string

None.

IsActive

boolean

None.

IsDefault

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "txtStateName": "sample string 2",
  "txtAgidName": "sample string 3",
  "txtColumnState": "sample string 4",
  "txtFilterModel": "sample string 5",
  "txtSortModel": "sample string 6",
  "IsActive": true,
  "IsDefault": true
}

text/html

Sample:
{"intId":1,"txtStateName":"sample string 2","txtAgidName":"sample string 3","txtColumnState":"sample string 4","txtFilterModel":"sample string 5","txtSortModel":"sample string 6","IsActive":true,"IsDefault":true}

application/xml, text/xml

Sample:
<tblAgGridState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.DataAccess">
  <IsActive>true</IsActive>
  <IsDefault>true</IsDefault>
  <intId>1</intId>
  <txtAgidName>sample string 3</txtAgidName>
  <txtColumnState>sample string 4</txtColumnState>
  <txtFilterModel>sample string 5</txtFilterModel>
  <txtSortModel>sample string 6</txtSortModel>
  <txtStateName>sample string 2</txtStateName>
</tblAgGridState>

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 'tblAgGridState'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.