Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.78 KB | None | 0 0
  1. Array
  2. (
  3.     [Shipments] => Array
  4.         (
  5.             [Shipment] => Array
  6.                 (
  7.                     [Shipper] => Array
  8.                         (
  9.                             [PartyAddress] => Array
  10.                                 (
  11.                                     [Line1] =>  فيلا 275 حي الدبلوماسيين امام الجامعه الالمانيه - التجمع الخامس
  12.                                     [City] => Amman
  13.                                     [CountryCode] => JO
  14.                                 )
  15.  
  16.                             [Contact] => Array
  17.                                 (
  18.                                     [PersonName] => Urban  Ducks
  19.                                     [CompanyName] => VOO
  20.                                     [PhoneNumber1] => 201280977210
  21.                                     [CellPhone] => 201280977210
  22.                                     [EmailAddress] => rimon.a.kaldas@gmail.com
  23.                                 )
  24.  
  25.                         )
  26.  
  27.                     [Consignee] => Array
  28.                         (
  29.                             [AccountNumber] => 20016
  30.                             [PartyAddress] => Array
  31.                                 (
  32.                                     [Line1] => al Ismailia  El mansy beauty clinic  الاسماعليه شارع رضا فوق بي تك الجديد الدور السادس
  33.                                     [City] => Amman
  34.                                     [CountryCode] => JO
  35.                                 )
  36.  
  37.                             [Contact] => Array
  38.                                 (
  39.                                     [PersonName] => Reham almansy
  40.                                     [CompanyName] => Reham almansy
  41.                                     [PhoneNumber1] => +201092566383
  42.                                     [CellPhone] => +201092566383
  43.                                     [EmailAddress] => info@getvoo.com
  44.                                 )
  45.  
  46.                         )
  47.  
  48.                     [ThirdParty] => Array
  49.                         (
  50.                             [AccountNumber] => 20016
  51.                             [PartyAddress] => Array
  52.                                 (
  53.                                     [Line1] => Qasr AlNile, Talaat Harb square, Downtown, Cairo
  54.                                     [City] => Cairo
  55.                                     [CountryCode] => JO
  56.                                 )
  57.  
  58.                             [Contact] => Array
  59.                                 (
  60.                                     [PersonName] => VOO
  61.                                     [CompanyName] => VOO
  62.                                     [PhoneNumber1] => +200123456789
  63.                                     [CellPhone] => +200123456789
  64.                                     [EmailAddress] => info@getvoo.com
  65.                                 )
  66.  
  67.                         )
  68.  
  69.                     [Reference1] => 4691218
  70.                     [ForeignHAWB] => 4691218
  71.                     [ShippingDateTime] => 1539596804
  72.                     [Comments] => 4691218
  73.                     [Details] => Array
  74.                         (
  75.                             [ActualWeight] => Array
  76.                                 (
  77.                                     [Value] => 1
  78.                                     [Unit] => Kg
  79.                                 )
  80.  
  81.                             [ProductGroup] => EXP
  82.                             [ProductType] => DPX
  83.                             [PaymentType] => 3
  84.                             [Services] => CODS
  85.                             [Comments] => Total cash collection: 275EGP
  86.                             [NumberOfPieces] => 1
  87.                             [DescriptionOfGoods] =>
  88.                             [GoodsOriginCountry] => JO
  89.                             [CashOnDeliveryAmount] => Array
  90.                                 (
  91.                                     [Value] => 275
  92.                                     [CurrencyCode] => USD
  93.                                 )
  94.  
  95.                             [CustomsValueAmount] => Array
  96.                                 (
  97.                                     [Value] => 275
  98.                                     [CurrencyCode] => USD
  99.                                 )
  100.  
  101.                         )
  102.  
  103.                 )
  104.  
  105.         )
  106.  
  107.     [ClientInfo] => Array
  108.         (
  109.             [AccountCountryCode] => JO
  110.             [AccountEntity] => AMM
  111.             [AccountNumber] => 20016
  112.             [AccountPin] => 331421
  113.             [UserName] => testingapi@aramex.com
  114.             [Password] => R123456789$r
  115.             [Version] => 1.0
  116.         )
  117.  
  118.     [LabelInfo] => Array
  119.         (
  120.             [ReportID] => 9201
  121.             [ReportType] => URL
  122.         )
  123.  
  124. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement