v1
latestOpenAPI 3.0.02026-08-061029011.1 MBBooking
Host Profile Move
Functionality to move client profile information into the Reservation workbench. Release
put/air/book/profile/reservationworkbench/{identifier}/clientprofile
Path parameters
identifierstring required
Example:49f58f5f-c443-43b4-9f5d-be405fd00a01
The ReservationWorkbench Identifier you wish to move the client profile to
Headers
travelportPlusSessionIdentifierstring
Example:49f58f5f-c443-43b4-9f5d-be405fd00a01
travelportPlusSessionIdentifier used to maintain an established agency session
TraceIdstring
Example:TraceID_123456789
Identifier used to correlate Air API invocations across a multi-call business flows.
XAUTH_TRAVELPORT_ACCESSGROUPstring
Example:19Y88702-C27A-4E5D-829A-89D7016688B1
Identifies the Travelport access group with which the caller is associated
TVP-PCC-Corestring
Example:DU7_1G
Allows user to pass PCC instead of Access Group ID
Request body
Example request
{
"ClientProfileMoveHeaderModifiers": {
"BusinessTitle": "ABCCORP",
"PersonalTitle": "SMITH/J",
"RelatedMoveIndicator": "Y"
},
"ClientProfileMoveLineModifiers": [
{
"LineNumber": 3,
"AppendedData": "15MAY"
}
],
"ClientProfileMoveTravelerFlightModifiers": [
{
"TravelerRef": "t1",
"FlightRef": "s1"
}
]
}Response
No Content - Success.