Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. [0] => Array
  6. (
  7. [id] => 5
  8. [zone] => 3
  9. [zip] => 35902
  10. [typeDescr] => Pickup
  11. [type] => PU
  12. [statusDescr] => Available
  13. [status] => A
  14. [state] => AL
  15. [scheduledArrivalLate] => 20150114000000
  16. [scheduledArrivalEarly] => 20150113000000
  17. [orderId] => 5
  18. [moveId] => 4
  19. [longitude] => -86.0106
  20. [locationName] =>
  21. [locationId] =>
  22. [latitude] => 34.0114
  23. [isConfirmed] => false
  24. [isAppointmentRequired] => false
  25. [companyId] => TMS
  26. [cityId] => 1626
  27. [city] => GADSDEN
  28. )
  29.  
  30. [1] => Array
  31. (
  32. [id] => 5
  33. [zone] => 7
  34. [zip] => 74029
  35. [typeDescr] => Delivery
  36. [type] => SO
  37. [statusDescr] => Available
  38. [status] => A
  39. [state] => OK
  40. [scheduledArrivalLate] => 20150115000000
  41. [scheduledArrivalEarly] => 20150114000000
  42. [orderId] => 5
  43. [moveId] => 4
  44. [longitude] => -95.9353
  45. [locationName] =>
  46. [locationId] =>
  47. [latitude] => 36.7958
  48. [isConfirmed] => false
  49. [isAppointmentRequired] => false
  50. [companyId] => TMS
  51. [cityId] => 120762
  52. [city] => DEWEY
  53. )
  54.  
  55. )
  56. [1] => Array
  57. (
  58. [0] => Array
  59. (
  60. [id] => 6
  61. [zone] => 3
  62. [zip] => 35902
  63. [typeDescr] => Pickup
  64. [type] => PU
  65. [statusDescr] => Available
  66. [status] => A
  67. [state] => AL
  68. [scheduledArrivalLate] => 20150114000000
  69. [scheduledArrivalEarly] => 20150113000000
  70. [orderId] => 6
  71. [moveId] => 12
  72. [longitude] => -86.0106
  73. [locationName] =>
  74. [locationId] =>
  75. [latitude] => 34.0114
  76. [isConfirmed] => false
  77. [isAppointmentRequired] => false
  78. [companyId] => TMS
  79. [cityId] => 1626
  80. [city] => GADSDEN
  81. )
  82.  
  83. [1] => Array
  84. (
  85. [id] => 6
  86. [zone] => 7
  87. [zip] => 74029
  88. [typeDescr] => Delivery
  89. [type] => SO
  90. [statusDescr] => Available
  91. [status] => A
  92. [state] => OK
  93. [scheduledArrivalLate] => 20150115000000
  94. [scheduledArrivalEarly] => 20150114000000
  95. [orderId] => 12
  96. [moveId] => 118044
  97. [longitude] => -95.9353
  98. [locationName] =>
  99. [locationId] =>
  100. [latitude] => 36.7958
  101. [isConfirmed] => false
  102. [isAppointmentRequired] => false
  103. [companyId] => TMS
  104. [cityId] => 120762
  105. [city] => DEWEY
  106. )
  107.  
  108. )
  109. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement