POST api/EShopCategoryController/ShowDeleteCategory

Request Information

URI Parameters

None.

Body Parameters

EShopCategory
NameDescriptionTypeAdditional information
CatID

integer

None.

RegistrationID

integer

None.

CatName

string

None.

CatDesc

string

None.

CreatedBy

string

None.

IsActive

string

None.

Cat_Image

string

None.

Cat_ImageURL

string

None.

CreatedOn

date

None.

UserType

string

None.

No

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CatID": 1,
  "RegistrationID": 2,
  "CatName": "sample string 3",
  "CatDesc": "sample string 4",
  "CreatedBy": "sample string 5",
  "IsActive": "sample string 6",
  "Cat_Image": "sample string 7",
  "Cat_ImageURL": "sample string 8",
  "CreatedOn": "2024-06-28T09:42:53.4652812+00:00",
  "UserType": "sample string 10",
  "No": "sample string 11"
}

application/xml, text/xml

Sample:
<EShopCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL">
  <CatDesc>sample string 4</CatDesc>
  <CatID>1</CatID>
  <CatName>sample string 3</CatName>
  <Cat_Image>sample string 7</Cat_Image>
  <Cat_ImageURL>sample string 8</Cat_ImageURL>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedOn>2024-06-28T09:42:53.4652812+00:00</CreatedOn>
  <IsActive>sample string 6</IsActive>
  <No>sample string 11</No>
  <RegistrationID>2</RegistrationID>
  <UserType>sample string 10</UserType>
</EShopCategory>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.