POST api/resto/table_delete

Request Information

URI Parameters

None.

Body Parameters

TableDeleteRequest
NameDescriptionTypeAdditional information
SS_ID

integer

None.

Org_ID

integer

None.

Table_ID

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<resto.TableDeleteRequest 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>
  <Table_ID>3</Table_ID>
</resto.TableDeleteRequest>

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.