- I'm Guide - API Version Control
- I'm Guide - Custom Error Exception
- Planner
- Route
- Place
- Custom Trip
- Delete Custom Trip V1
- Create trip with ai prompt
- Optimize trip with ai prompt
- Create Custom trip V1
- Edit Custom Trip V1
- VIew Detail User Custom Trip V1
- VIew List of User Custom Trip V1
- Create trip with custom presetdata
- Create trip with popular presetdata
- Review Trip V1
- Get Unavaliable Date List V1
- Check Unavaliable Date V1
- Create trip with ai prompt V2
- VIew List of User Active Trip V1
- Active Trip
- Config
- Activities
- Communities
- Feedback
- Internal Endpoint
- Line
- Get List Of Linked Trip In Group V1
- Get Detail Of Linked Trip In Group V1
- Get Day Detail Of Linked Trip In Group V1
- Generate Link Code V1
- Verify Link Code V1
- Unlink From LIne V1
- Unlink From App V1
- Get Current Trip In Group V1
- Get Current Trip By Day In Group V1
- Init Line
- Update Line Line Notification
- Update General Line Notification
- Get Noti Trip Line
- LINE GET TODAY TRIP BY DAY
- LINE GET TODAY TRIP
- LINE GET TODAY TRIP
- Get Noti General Line
- Core
- AI
- Storage
- Internal
- AI
- TEST TATGET
sync community orderjob
POST
/trips/v1/internal/community/sync
Planner > Route
Last modified:2025-02-12 12:10:43
Request
Header Params
Accept-Language
string
optional
Example:
th
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/trips/v1/internal/community/sync' \
--header 'Accept-Language: th'
Responses
🟢200OK
application/json
Body
array of:
route_id
string
optional
Example:
R000000071
name
string
optional
Example:
เส้นทางท่องเที่ยว 2 วัน 1 คืน : ชะอำ - หัวหิน
introduction
string
optional
Example:
เส้นทางท่องเที่ยว 2 วัน 1 คืน : ชะอำ - หัวหิน
numberOfDay
number
optional
Example:
3
thumbnail_url
string
optional
Example:
https://tatapi.tourismthailand.org/tatfs/Image/CustomPOI/Picture/P03006443_1.jpeg
distance
number <float>
optional
Example:
337595.1107289
provinces
array[string]
optional
Example
[
{
"route_id": "R000000071",
"name": "เส้นทางท่องเที่ยว 2 วัน 1 คืน : ชะอำ - หัวหิน",
"introduction": "เส้นทางท่องเที่ยว 2 วัน 1 คืน : ชะอำ - หัวหิน",
"numberOfDay": 3,
"thumbnail_url": "https://tatapi.tourismthailand.org/tatfs/Image/CustomPOI/Picture/P03006443_1.jpeg",
"distance": 337595.1107289,
"provinces": [
"ชุมพร"
]
}
]
🟠400Bad Request
🔴500Server Error
🔴503Service Unavailable