Skip to content

Commit

Permalink
Added booking_policy key to /booking/form example
Browse files Browse the repository at this point in the history
  • Loading branch information
k-jackson committed May 5, 2017
1 parent 662b60b commit b4bbbcf
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/examples/response/booking-form.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,31 @@
}
}
},
"booking_policy":{
"body":"This is your <strong style='color: firebrick'>sample booking policy<\/strong>. It's included in customer e-mails, your booking receipt page and in PDF print outs.\n\nYou can edit this policy by logging into your Checkfront account, and navigating to Manage \/ Layout \/ Invoice.",
"fields":{
"customer_tos_agree":{
"value":0,
"define":{
"required":1,
"layout":{
"staff":{
"invoice":1,
"form":1,
"required":0
},
"customer":{
"invoice":1,
"form":1,
"required":1
},
"lbl":"I have read and agreed to the Terms of Service",
"type":"checkbox"
}
}
}
}
},
"customer_email": {
"value": "",
"define": {
Expand Down Expand Up @@ -444,4 +469,4 @@
}
}
}
}
}

0 comments on commit b4bbbcf

Please sign in to comment.