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