Advertisement
Advertisement
| 02.16.2008 at 04:03PM PST, ID: 23168985 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: |
<?xml version='1.0'?><ECommerce action='Request' version='1.1'> <Requestor> <ID>insert id here</ID> <Password>insert password here</Password> </Requestor> <Shipment action = 'GenerateLabel' version = '1.0'> <ShippingCredentials> <ShippingKey>insert shipping key here </ShippingKey> <AccountNbr>insert account number here</AccountNbr> </ShippingCredentials> <ShipmentDetail> <ShipDate>2005-02-22</ShipDate> <Service> <Code>E</Code> </Service> <ShipmentType> <Code>P</Code> </ShipmentType> <Weight>3</Weight> <ContentDesc>Big Box</ContentDesc> <ShipperReference>BigBox897924879234</ShipperReference> <Dimensions> <Length>8</Length> <Width>4</Width> <Height>3</Height> </Dimensions> <AdditionalProtection> <Code>AP</Code> <Value>39</Value> </AdditionalProtection> </ShipmentDetail> <Billing> <Party> <Code>S</Code> </Party> <AccountNbr></AccountNbr> </Billing> <Sender> <SentBy>Your favourite Retailer</SentBy> <PhoneNbr>206-206-2062</PhoneNbr> </Sender> <Receiver> <Address> <CompanyName>Coke E. Coli</CompanyName> <SuiteDepartmentName>Suite 101</SuiteDepartmentName> <Street>303 Main Street</Street> <StreetLine2>(downstairs)</StreetLine2> <City>Seattle</City> <State>WA</State> <PostalCode>98052</PostalCode> <Country>US</Country> </Address> <AttnTo>Sally Consumer</AttnTo> <PhoneNbr>206-255-2555</PhoneNbr> </Receiver> <ShipmentProcessingInstructions> <Label> <ImageType>JPEG</ImageType> </Label> </ShipmentProcessingInstructions> <TransactionTrace> <customer><id>SallyConsumer87243</id><demographic>Shopaholic</demographic></customer> </TransactionTrace> </Shipment> </ECommerce> |