Created
November 21, 2012 13:41
-
-
Save kstevens715/4124881 to your computer and use it in GitHub Desktop.
Shows how to use the QVNOption in Worldship to use Quantum View notifications. For my future reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ShipmentInformation> | |
<ShipperNumber>#####</ShipperNumber> | |
<ServiceType>GND</ServiceType> | |
<NumberOfPackages>1</NumberOfPackages> | |
<BillingOption>PP</BillingOption> | |
<QVNOption> | |
<QVNRecipientAndNotificationTypes> | |
<EMailAddress>[email protected]</EMailAddress> | |
<Ship>Y</Ship> | |
<Exception>Y</Exception> | |
<Delivery>Y</Delivery> | |
</QVNRecipientAndNotificationTypes> | |
<FailedEMailAddress>[email protected]</FailedEMailAddress> | |
<SubjectLine>Test Subject</SubjectLine> | |
</QVNOption> | |
</ShipmentInformation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment