Guest User

Untitled

a guest
Jan 17th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <ProcessShipmentRequest xmlns="http://fedex.com/ws/ship/v13">
  2. <WebAuthenticationDetail>
  3. <UserCredential>
  4. <Key>FedEx API key</Key>
  5. <Password>FedEx Password</Password>
  6. </UserCredential>
  7. </WebAuthenticationDetail>
  8. <ClientDetail>
  9. <AccountNumber>FedEx account number</AccountNumber>
  10. <MeterNumber>FedEx meter number</MeterNumber>
  11. <Localization>
  12. <LanguageCode>en</LanguageCode>
  13. <LocaleCode>us</LocaleCode>
  14. </Localization>
  15. </ClientDetail>
  16. <Version>
  17. <ServiceId>ship</ServiceId>
  18. <Major>13</Major>
  19. <Intermediate>0</Intermediate>
  20. <Minor>0</Minor>
  21. </Version>
  22. <RequestedShipment>
  23. <ShipTimestamp>2019-01-18T04:25:59.55Z</ShipTimestamp>
  24. <DropoffType>REGULAR_PICKUP</DropoffType>
  25. <ServiceType>FEDEX_GROUND</ServiceType>
  26. <PackagingType>YOUR_PACKAGING</PackagingType>
  27. <Shipper>
  28. <Contact>
  29. <PersonName>Abcd</PersonName>
  30. <CompanyName>Abcd</CompanyName>
  31. <PhoneNumber>9876543210</PhoneNumber>
  32. </Contact>
  33. <Address>
  34. <StreetLines>867 Fillmore Street, San Francisco, CA, 94117</StreetLines>
  35. <City>San Francisco</City>
  36. <StateOrProvinceCode>CA</StateOrProvinceCode>
  37. <PostalCode>94117</PostalCode>
  38. <CountryCode>US</CountryCode>
  39. </Address>
  40. </Shipper>
  41. <Recipient>
  42. <Contact>
  43. <PersonName>Test</PersonName>
  44. <CompanyName>Test</CompanyName>
  45. <PhoneNumber>1234567980</PhoneNumber>
  46. </Contact>
  47. <Address>
  48. <StreetLines>1501 E Parks Hwy, Wasilla, AK , USA</StreetLines>
  49. <City>Wasilla</City>
  50. <StateOrProvinceCode>AK</StateOrProvinceCode>
  51. <PostalCode>99654</PostalCode>
  52. <CountryCode>US</CountryCode>
  53. <Residential>false</Residential>
  54. </Address>
  55. </Recipient>
  56. <ShippingChargesPayment>
  57. <PaymentType>SENDER</PaymentType>
  58. <Payor>
  59. <ResponsibleParty>
  60. <AccountNumber>FedEx account number</AccountNumber>
  61. <Contact>
  62. <PersonName>Tatva</PersonName>
  63. <CompanyName>Tatva</CompanyName>
  64. <PhoneNumber>9876543210</PhoneNumber>
  65. </Contact>
  66. </ResponsibleParty>
  67. </Payor>
  68. </ShippingChargesPayment>
  69. <SpecialServicesRequested>
  70. <SpecialServiceTypes>ALCOHOL</SpecialServiceTypes>
  71. <AlcoholDetail>This package contains alcohol.</AlcoholDetail>
  72. <AlcoholDetail>
  73. <RecipientType>CONSUMER</RecipientType>
  74. </AlcoholDetail>
  75. </SpecialServicesRequested>
  76. <LabelSpecification>
  77. <LabelFormatType>COMMON2D</LabelFormatType>
  78. <ImageType>PDF</ImageType>
  79. <LabelStockType>PAPER_LETTER</LabelStockType>
  80. <CustomerSpecifiedDetail>
  81. <RegulatoryLabels>
  82. <Type>ALCOHOL_SHIPMENT_LABEL</Type>
  83. <GeneralOptions>CONTENT_ON_SHIPPING_LABEL_ONLY</GeneralOptions>
  84. </RegulatoryLabels>
  85. </CustomerSpecifiedDetail>
  86. </LabelSpecification>
  87. <RateRequestTypes>ACCOUNT</RateRequestTypes>
  88. <PackageCount>1</PackageCount>
  89. <RequestedPackageLineItems>
  90. <GroupPackageCount>1</GroupPackageCount>
  91. <Weight>
  92. <Units>LB</Units>
  93. <Value>2</Value>
  94. </Weight>
  95. </RequestedPackageLineItems>
  96. <RequestedPackageLineItems>
  97. <LabelSpecification/>
  98. </RequestedPackageLineItems>
  99. </RequestedShipment>
  100. </ProcessShipmentRequest>
Add Comment
Please, Sign In to add comment