DELETE api/MainSub
Request Information
URI Parameters
None.
Body Parameters
TabSubName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.