Advertisement
MChaos

iiko

Apr 13th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Array
  2. (
  3. [organization] => b009143f-7cfb-11ea-80f4-d8d38565926f
  4. [deliveryTerminalId] => 3962056e-7823-4907-af11-03598bba07be
  5. [customer] => Customer Object
  6. (
  7. [id] => b375c09c-6182-84bf-56a0-7381a35ee5b5
  8. [name] => TESt2
  9. [phone] => +37361111111
  10. [comment] => Коментарий: TEST comm
  11. )
  12.  
  13. [opinion] => Array
  14. (
  15. [comment] => Keller Holz Boutique
  16. )
  17.  
  18. [order] => Order Object
  19. (
  20. [id] => 8214b5f6-4cc5-b1bf-5966-142533741b06
  21. [date] => 2023-04-13 09:34:07
  22. [phone] => +37361111111
  23. [isSelfService] => 1
  24. [customer] =>
  25. [products] => Array
  26. (
  27. )
  28.  
  29. [address] => Array
  30. (
  31. [city] =>
  32. [street] =>
  33. [home] => 0
  34. [housing] =>
  35. [apartment] =>
  36. [entrance] =>
  37. [floor] =>
  38. [doorphone] =>
  39. [comment] =>
  40. )
  41.  
  42. [externalId] => 52981
  43. [comment] => Keller Holz Boutique
  44. [items] => Array
  45. (
  46. [0] => Array
  47. (
  48. [id] => 2d23f81b-090b-4d44-8c31-01f50a41714a
  49. [code] => 1313
  50. [name] => Kellerbier
  51. [amount] => 1
  52. [price] => 660
  53. [type] => Product
  54. )
  55.  
  56. [1] => Array
  57. (
  58. [id] => b139a9fc-6834-48f2-a4d6-08dbb5ea74b9
  59. [code] => 1084
  60. [name] => Vienna Lager
  61. [amount] => 2
  62. [price] => 715
  63. [type] => Product
  64. )
  65.  
  66. )
  67.  
  68. )
  69.  
  70. )
  71. stdClass Object
  72. (
  73. [code] => 118
  74. [errorCode] =>
  75. [message] => Cannot find delivery terminal with id [3962056e-7823-4907-af11-03598bba07be].
  76. [description] => Доставочный терминал с id = [3962056e-7823-4907-af11-03598bba07be] не найден.
  77. [httpStatusCode] => 500
  78. [uiMessage] =>
  79. [isIntegrationError] =>
  80. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement