Advertisement
Guest User

Untitled

a guest
Aug 10th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. "DOUB": {
  3. "error": {
  4. "in": ["065"]
  5. }
  6. },
  7. "ATT-847": {
  8. "error": {
  9. "in": ["813"]
  10. }
  11. },
  12. "ATT-196-847": {
  13. "error": {
  14. "in": ["814", "816"]
  15. }
  16. },
  17. "ACN-ATTENTE": {
  18. "error": {
  19. "notIn": ["065", "813", "814", "816"]
  20. },
  21. "orderingCustomer": {
  22. "in": ["SOGEFRPPACN"]
  23. },
  24. "status": {
  25. "in": ["001"]
  26. }
  27. },
  28. "ACN-SUSPENS": {
  29. "error": {
  30. "notIn": ["065", "813", "814", "816"]
  31. },
  32. "orderingCustomer": {
  33. "in": ["SOGEFRPPACN"]
  34. },
  35. "status": {
  36. "in": ["007"]
  37. }
  38. },
  39. "NON-COMPTABLES": {
  40. "error": {
  41. "notIn": ["065", "813", "814", "816"]
  42. },
  43. "context": {
  44. "in": ["084"]
  45. },
  46. "status": {
  47. "notIn": ["007", "001"]
  48. }
  49. },
  50. "AD": {
  51. "error": {
  52. "notIn": ["065", "813", "814", "816"]
  53. },
  54. "context": {
  55. "notIn": ["084"]
  56. },
  57. "status": {
  58. "in": ["001"]
  59. }
  60. },
  61. "SP": {
  62. "error": {
  63. "notIn": ["065", "813", "814", "816"]
  64. },
  65. "orderingCustomer": {
  66. "notIn": ["SOGEFRPPACN"]
  67. },
  68. "context": {
  69. "notIn": ["084"]
  70. },
  71. "status": {
  72. "in": ["007"]
  73. }
  74. },
  75. "MA": {
  76. "error": {
  77. "notIn": ["065", "813", "814", "816"]
  78. },
  79. "context": {
  80. "notIn": ["084"]
  81. },
  82. "status": {
  83. "in": ["004"]
  84. }
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement