Migrated from Redmine #817 | Author: Rishabh Shukla
Status: Feedback | Priority: High, I’m very impatient | Created: 2021-11-12
Hi,
Is there a provision to store additional data while making a booking using this endpoint: POST https://user-api-v2.simplybook.me/admin/bookings
Body of call: {
“start_datetime”: “2021-11-29 12:00:00”,
“provider_id”: 8,
“service_id”: 4,
“client_id”: 22,
“additional_fields”: [
{
“field”: “info”,
“value”: “asdadasd”
}
]
}
Response: {
“code”: 400,
“message”: “”,
“data”: {
“additional_fields”: [
{
“field”: [
“No record matching info was found”
]
}
]
},
“message_data”:
}