Migrated from Redmine #661 | Author: Caleb Grimah Status: New | Priority: High, I’m very impatient | Created: 2021-03-14
Hello, i have been using the admin booking endpoint to create bookings, but it just suddenly stopped working around Thursday. The request to create bookings just times out when i try to create a booking.
you must reuse token, unless it is expired. Do not make token for each call.
Hello, this issue has been resolved. thanks, I want to use the simply-book rest api to create a booking for customers that don’t have an account with simply-book which means they don’t have a client id..where do i supply the customer information information. also is the client id required?
Okay. Thanks. One more question, When creating a booking, I can see an array :
“additional_fields”: [
{
“field”: “e5a1d0e5312b9515874406a89c986765”,
“value”: “test”
},
{
“field”: “3adae019f9183fcfb7b02fcef54b094d”,
“value”: “Option 1”
},
{
“field”: “9c3ce1fc22bd50cbb21bdfcfd2f850bf”,
“value”: “988”
},
{
“field”: “1a2e4bdc78b9fd4593d8924b25f38244”,
“value”: “Select 2”
}
],
what information can be supplied here and also, where can i provide the comment in the request object. Also, the information in the array above, how does the dashboard know to fetch values from there.