Services

Note

Visit https://www.takeouttech.com, login to the Portal to obtain your api credentials.

The response data will be returned in a standard reponse wrapper as below:

Sample Success Response:

{
"StatusCode": 200,
"Message": "",
"Data": {the data object(s)},
"Success": true,
"ClassType": "name of data"
}

Sample Failure resopnse:

{
"StatusCode": [the error code],
"Message": "The failure message.",
"Data": null,
"Success": false,
"ClassType": "name of data"
}

Client Service

Base URL + /api/client

  • All locations
  • Location Detail
  • Location Configuration

Menu Service

Base URL + /api/menu

  • Menu
  • Items
  • Modifiers

Order Service

Base URL + /api/order

  • Submit Order
  • Update Order
  • Cancel Order
  • Order Status

POS Service

Base URL + /api/pos

  • Configuration
  • Remote Operations
  • Status