Order Summary Authorization Input

Input representation to authorize guest access for the requested order summary record.
Root XML tag
orderSummaryAuthorizationInput
JSON example
1{
2  "email": "Ma**********@vi*****.info",
3  "lastName": "Strosin",
4  "orderSummaryRefNumber": "GJA4C-MUVBN-6ZT4P-V6CSB",
5  "phoneNumber": "********7740"
6}
Properties
Name Type Description Required or Optional Available Version
email String An email address of the guest user. Required 64.0
lastName String The last name of the guest user. Optional 64.0
orderSummary​RefNumber String The order summary reference number of the order summary record. Required 64.0
phoneNumber String The phone number of the guest user. Required 64.0