Skip to content

Commit

Permalink
Update form submission example (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettgoss committed Dec 9, 2017
1 parent 4c4f6ec commit add6029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/booking/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ A call to booking/create must pass in a **session_id** for a :doc:`session` cont
Attempt to create a booking from an existing session, with customer form input sent in the request in the "form" parameter.

:form form: An array of fields containing customer details matching the required and optional booking fields (e.g. ``form[customer_name]``)
:form form: An array of fields containing customer details matching the required and optional booking fields (e.g. ``form[customer_name]="John Smith"``)
:form session_id: The session ID containing the booking items to be committed. *Can also be sent as a cookie.*

0 comments on commit add6029

Please sign in to comment.