Packages
Get package
Get Package
get/draft_trips/{trip_uuid}/packages/{id}
Path parameters
trip_uuidstring required
idstring required
ID of the package
Response
Get Package
Example response
{
"data": {
"name": "Sea Package",
"price": 100000,
"deposit": 2000,
"participants": [
{
"email": "max.smith@wetravel.com",
"first_name": "Max",
"last_name": "Smith"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.