The right way of the json body in booking/create
I am trying to use the API from elixir, and i only see some examples here about php.
What is the meanimal json body that can be send to booking/create?
i.e.
{"session_id": valuehere,
"customer_name" : valuehere}
Because i have tried many ways of build this body and always customer_name is not recognized or validated as wrong. Thanks in advance.
What is the meanimal json body that can be send to booking/create?
i.e.
{"session_id": valuehere,
"customer_name" : valuehere}
Because i have tried many ways of build this body and always customer_name is not recognized or validated as wrong. Thanks in advance.