Skip to content

Instantly share code, notes, and snippets.

@kstevens715
Created November 21, 2012 13:41
Show Gist options
  • Save kstevens715/4124881 to your computer and use it in GitHub Desktop.
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.
<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