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"
}