Content
Adds extra content fields to products, options and units.
Last updated
{
"// ...rest of booking object": "...",
"termsAccepted": true
}{
"// ...rest of booking write request object": "...",
"termsAccepted": true
}{
"// ...rest of gift object": "...",
"termsAccepted": true
}{
"// ...rest of gift create request object": "...",
"termsAccepted": true
}{
"// ...rest of option object": "...",
"itinerary": [
{
"name": "Morning City Tour",
"type": "STANDARD",
"description": "Morning departure with central pickup included.",
"address": "123 Main St, San Francisco, CA"
}
]
}{
"// ...rest of order object": "...",
"termsAccepted": true
}{
"// ...rest of order create request object": "...",
"termsAccepted": true
}{
"// ...rest of order update request object": "...",
"termsAccepted": true
}