Field | Type | Description |
---|---|---|
latch_id | Int | An integer value |
telephone | Phone | Optional. International phone number |
date | Date | Optional. Date in YYYY-MM-DD |
time | Time | Optional. Time in HH:MM format |
notification_method | String | Optional. String enumarion of 'email', 'sms' |
{
"latch_id": 18,
"telephone": "+32 475 00 00 00",
"date": "2019-01-31",
"time": "12:00",
"notification_method": "email"
}