submit_experience
Add a supplier/operator and one of their experiences (with price) to 1001locals. One call creates the operator, the listing and its price. New operators get their first 100 bookings free, then a flat 5% commission forever. No account needed; the listing is created as in_review and appears in the public catalog after moderation. Call get_submission_schema (and list_categories) first. Returns a preview_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| name | Yes | operator / business name | |
| No | |||
| phone | No | ||
| price | No | price per person (adult), optional | |
| title | Yes | public name of the experience | |
| country | No | Italy | |
| category | No | one of list_categories values (optional; guessed if omitted) | |
| currency | No | EUR | |
| image_url | No | ||
| languages | No | ||
| source_url | No | ||
| description | No | what the guest gets (<=600 chars) |