Kitchen Dashboard
Last updated
Last updated
var settings = {
"url": "https://app.bdb.ai/ingestion/dataIngestion",
"method": "POST",
"timeout": 0,
"headers": {
"ingestionId": "8d6c9deb-79c0-4860-b618-237400cb9328",
"ingestionSecret": "VjBJG/saQn/MeDPMLXm6f1fFpd6as63t5ZffKOg0sH6jmuRZVzn9ZjzfdrZqmQyk",
"Content-Type": "application/json"
},
"data": JSON.stringify([
{
"ORDER_ID":orderID ,
"order_starttime": sttime,
"order_endtime": endtime,
"orderplaced_date": date1,
"latitude": loc1,
"longitude": loc2,
"FIRST_NAME": 'steve'
}
]),