POST api/updatetable?table={table}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
table
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "IsSuccess": true,
  "ErrorCode": 3,
  "IsNewTerminal": true,
  "TerminalId": 5,
  "RequestData": "sample string 6"
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
  <ErrorCode>3</ErrorCode>
  <IsNewTerminal>true</IsNewTerminal>
  <IsSuccess>true</IsSuccess>
  <Message>sample string 1</Message>
  <RequestData>sample string 6</RequestData>
  <TerminalId>5</TerminalId>
</Result>