Datetime
Summary
The Datetime object represents a date and time slot when customer wants his order to be done.
Schema
Description
- date: YYYY-MM-DD Date string
Represents date when customer wants master to work the order. Must be in format "YYYY-MM-DD".
- timeslot: string
Represents date when customer wants master to work the order. Must be one of
"0712","1217","1721".
Example
{
"date": "2024-04-22",
"timeslot": "0712"
}
Last modified: 09 February 2024