username:passwordAuthorization: Basic *****************{
"booker_info": {
"address": "Hồ Chí Minh",
"booker": "Nguyễn Văn A",
"email": "abc@gmail.com",
"phone": "0973123456"
},
"request_id": "request_id_001",
"schedule_id": "671db48abdd14abb7e0d38f5",
"signature": "abd328c6194dc620d02b2ea6a27c6569aca81dd62808f641139908869b4929910cd31cd6e23ce70822",
"ticket_infos": [
{
"email": "abc@gmail.com",
"full_nm": "Nguyễn Văn A",
"gender": "male",
"id_no": "080091123456",
"phone": "0973123456",
"pob": "Hồ Chí Minh",
"service_price_ids": [
"string"
],
"ticket_price_id": "string",
"yob": "2006-01-02"
}
]
}curl --location --request POST 'https://stg-api-hub.suntraveltech.com/agent/v1/tours/bookings/hold' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"booker_info": {
"address": "Hồ Chí Minh",
"booker": "Nguyễn Văn A",
"email": "abc@gmail.com",
"phone": "0973123456"
},
"request_id": "request_id_001",
"schedule_id": "671db48abdd14abb7e0d38f5",
"signature": "abd328c6194dc620d02b2ea6a27c6569aca81dd62808f641139908869b4929910cd31cd6e23ce70822",
"ticket_infos": [
{
"email": "abc@gmail.com",
"full_nm": "Nguyễn Văn A",
"gender": "male",
"id_no": "080091123456",
"phone": "0973123456",
"pob": "Hồ Chí Minh",
"service_price_ids": [
"string"
],
"ticket_price_id": "string",
"yob": "2006-01-02"
}
]
}'{
"booking_id": "a89db9eca1f1b1bdbf3d4345",
"paid_amount": 0,
"request_id": "request_id_001",
"status": "request"
}