POST Admin/Delete_Category?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Category
NameDescriptionTypeAdditional information
CATEGORY_ID

integer

None.

CATEGORY_CODE

string

None.

CATEGORY_NAME

string

None.

CATEGORY_DESCRIPTION

string

None.

LOGO

string

None.

PARENT_CATEGORY_ID

integer

None.

IsSelected

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CATEGORY_ID": 1,
  "CATEGORY_CODE": "sample string 2",
  "CATEGORY_NAME": "sample string 3",
  "CATEGORY_DESCRIPTION": "sample string 4",
  "LOGO": "sample string 5",
  "PARENT_CATEGORY_ID": 1,
  "IsSelected": 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 'Category'.

Response Information

Resource Description

Result_Get_Category
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1"
}