username:passwordAuthorization: Basic *****************{
"is_round_trip": true,
"orders": [
{
"booker_info": {
"address": "Hồ Chí Minh",
"booker": "Nguyễn Văn A",
"buyer": "Nguyễn Văn A",
"company_addr": "Hồ Chí Minh",
"company_nm": "Công ty Việt Nam",
"email": "abc@gmail.com",
"phone": "0973123456",
"taxcode": "3212442210"
},
"schedule_id": "671db48abdd14abb7e0d38f5",
"ticket_infos": [
{
"email": "abc@gmail.com",
"full_nm": "Nguyễn Văn A",
"gender": "male",
"id_no": "080091123456",
"nation_id": "671dc315a1f1b1bdbf3d4725",
"phone": "0973123456",
"pob": "Hồ Chí Minh",
"seat_id": "671db4b9bdd14abb7e0d41b5",
"ticket_price_id": "671db4b7bdd14abb7e0d3f5d",
"yob": "2006-01-02"
}
]
}
],
"request_id": "request_id_001",
"signature": "abd328c6194dc620d02b2ea6a27c6569aca81dd62808f641139908869b4929910cd31cd6e23ce70822"
}curl --location --request POST 'https://stg-api-hub.suntraveltech.com/agent/v1/waterbuses/bookings/hold' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_round_trip": true,
"orders": [
{
"booker_info": {
"address": "Hồ Chí Minh",
"booker": "Nguyễn Văn A",
"buyer": "Nguyễn Văn A",
"company_addr": "Hồ Chí Minh",
"company_nm": "Công ty Việt Nam",
"email": "abc@gmail.com",
"phone": "0973123456",
"taxcode": "3212442210"
},
"schedule_id": "671db48abdd14abb7e0d38f5",
"ticket_infos": [
{
"email": "abc@gmail.com",
"full_nm": "Nguyễn Văn A",
"gender": "male",
"id_no": "080091123456",
"nation_id": "671dc315a1f1b1bdbf3d4725",
"phone": "0973123456",
"pob": "Hồ Chí Minh",
"seat_id": "671db4b9bdd14abb7e0d41b5",
"ticket_price_id": "671db4b7bdd14abb7e0d3f5d",
"yob": "2006-01-02"
}
]
}
],
"request_id": "request_id_001",
"signature": "abd328c6194dc620d02b2ea6a27c6569aca81dd62808f641139908869b4929910cd31cd6e23ce70822"
}'{
"booking_id": "a89db9eca1f1b1bdbf3d4345",
"fee_amount": 0,
"request_id": "request_id_001",
"status": "request",
"ticket_amount": 0,
"total_amount": 0
}