{
"appointmentRequestId": "string",
"slotId": "string"
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/appointment' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointmentRequestId": "string",
"slotId": "string"
}'
{
"slotId": "string",
"nbnAppointmentId": "string",
"slotType": "AM",
"startTime": "string",
"endTime": "2019-08-24T14:15:22Z",
"timezoneOffset": "string",
"priorityAssist": "string",
"eSla": "Standard",
"demandType": "Standard",
"contact": {
"name": "string",
"type": "string",
"phone": "string",
"notes": "string"
},
"bookedOn": "2019-08-24T14:15:22Z"
}