Functionality to move client profile information into the Reservation workbench. Release
Security
bearerAuth
- Mock serverhttps://developer.travelport.com/_mock/apis/flights/air/book/profile/reservationworkbench/{identifier}/clientprofile
- https://api.pp.travelport.net/11https://api.pp.travelport.net/11/air/book/profile/reservationworkbench/{identifier}/clientprofile
- https://api.travelport.net/11https://api.travelport.net/11/air/book/profile/reservationworkbench/{identifier}/clientprofile
- Business profile
- Personal profile
- With ClientProfileMoveLineModifiers
curl -i -X PUT \
https://developer.travelport.com/_mock/apis/flights/air/book/profile/reservationworkbench/49f58f5f-c443-43b4-9f5d-be405fd00a01/clientprofile \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'TVP-PCC-Core: DU7_1G' \
-H 'TraceId: TraceID_123456789' \
-H 'XAUTH_TRAVELPORT_ACCESSGROUP: 19Y88702-C27A-4E5D-829A-89D7016688B1' \
-H 'travelportPlusSessionIdentifier: 49f58f5f-c443-43b4-9f5d-be405fd00a01' \
-d '{
"ClientProfileMoveHeaderModifiers": {
"BusinessTitle": "TESTBUSINESS1",
"PersonalTitle": "TESTPERSONAL4",
"MultipleIndicator": false,
"SelectIndicator": false,
"MergeIndicator": false,
"RelatedMoveIndicator": "N",
"ProfilePCC": "XY5"
}
}'