update_travel_item
Update travel item details (name, type, city, contact info) by specifying the travel entity ID and only the fields that need changing.
Instructions
Update a travel item. Provide only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| city | No | ||
| code | No | ||
| name | No | ||
| note | No | ||
| type | No | ||
| source | No | ||
| address1 | No | ||
| address2 | No | ||
| latitude | No | ||
| timezone | No | ||
| longitude | No | ||
| postal_code | No | ||
| country_code | No | ||
| display_order | No | ||
| email_address | No | ||
| contact_number | No | ||
| state_province | No | ||
| google_place_id | No | ||
| travel_entity_id | Yes | Travel entity ID from list_travel_items |