Discussions
updating requestedPickupWindow date/time by json file
5 months ago by Nathan Schulz
Good morning,
This question comes from the page: https://roserocket.readme.io/docs/order
I am looking for clarification on the json field : value pairs to be passed to requestedPickupWindow when the appointment is changed. The guide lists only one field for a date range to be supplied.
"Dates" : [ {
"DateTimeQualifier" : "53",
"Date" : "2024-06-27"
} ],
This code correctly updates the date however we would like to include the time field as well. Also, is there a second half of the update a field : value pair such as "Time" : "08:00" and how do we supply the end date and time within the json update. Are there additional fields for the end time update and what are those fields called?