POST api/resto/category_delete

Request Information

URI Parameters

None.

Body Parameters

CategoryDeleteRequest
NameDescriptionTypeAdditional information
SS_ID

integer

None.

Org_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SS_ID": 1,
  "Org_ID": 2
}

application/xml, text/xml

Sample:
<resto.CategoryDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Resto_Soft">
  <Org_ID>2</Org_ID>
  <SS_ID>1</SS_ID>
</resto.CategoryDeleteRequest>

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.