Resend Boarding Pass
Reissue Boarding Pass may be used to resend the email and SMS notifications for an already issued pass.
To simply resend to the existing email address and/or mobile number, omit email address and mobile number attributes.
<xml version="1.0" encoding="UTF-8" standalone="yes">
<Request type="resend" IssuerId="2326465465465DUB" />
To specify a new email address and/or phone number,
<xml version="1.0" encoding="UTF-8" standalone="yes">
<Request type="resend" IssuerId="2326465465465DUB" emailAddress="garry.kelly@gmail.com" channel="W2M"
mobileNumber="3538612345678">
To only resend the email (and not send an SMS) specify an empty string for mobileNumber,
<xml version="1.0" encoding="UTF-8" standalone="yes">
<Request type="resend" IssuerId="2326465465465DUB" emailAddress="garry.kelly@gmail.com" channel="W2M"
mobileNumber="">