Amiteshwar Mann
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Amiteshwar Mann-
Amiteshwar Mann commented,
Sure. There you go.
-
Amiteshwar Mann commented,
Thanks for the reply, John Duggan. I was cross checking the subtotals from the orders that show in the Toast platform vs orders coming in through the Orders API on a week by week basis. I noticed ...
-
Amiteshwar Mann created a post,
How soon is the order data available in the API?
How soon is the order data available through the APIs? I'm working on the Orders API and plan on pulling orders day by day at the start of each day (Pacific Time) for the previous day. Will all or...
-
Amiteshwar Mann created a post,
deleted vs voided
What is the difference between the "deleted" and "voided" properties?
-
Amiteshwar Mann commented,
Thanks for the response Matt Welch. I was curious how the pm.sendRequest() would look like if called in Javascript. Is it just a normal fetch function (with the authentication object as one of the ...
-
Amiteshwar Mann created a post,
checks->payments->amount vs checks->selections->preDiscountPrice
Will the value of "amount" property in payments always be equal to the sum of "preDiscountPrice" property for all the selections? Working to calculate the subtotal so wanted to ensure that we're f...
-
Amiteshwar Mann created a post,
Python or JS documentation to call the APIs
In addition to the Postman Collection, is there any documentation on how to call the APIs in Python or JS (if we're working to automate the APIs calls in our company)?
-
Amiteshwar Mann commented,
Hi Ann, I wanted to confirm: I'm only taking the voided property of each selection into consideration as I sum the preDiscountPrice of each item in the selections array to calculate gross sales. W...
-
Amiteshwar Mann created a post,
Order API -> diningOption: null
For some of the orders, I'm getting diningOption: null. This is weird because we've set up the diningOptions to the concerned vendor. What's interesting is that when I tried to analyze the orders w...
-
Amiteshwar Mann commented,
Hi @Will Reynolds, I wanted to enquire about the deletedDate, which is set to 1970. My response also has a "deletedDate" of 1970. However, that date is 53 years ago. Is this a glitch?