DELETE api/MainSub

Request Information

URI Parameters

None.

Body Parameters

TabSub
NameDescriptionTypeAdditional information
ID

integer

None.

TabName

string

None.

Icon

string

None.

IDTabMain

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TabName": "sample string 2",
  "Icon": "sample string 3",
  "IDTabMain": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.