Advertisement
Guest User

Запрос в Orange, который ранее выдавал статус DONE

a guest
Jun 26th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. {
  3.     "common": {    
  4.         "messageId": "334d199f-e730-4cf8-a5e8-61ca22ad53e8",
  5.         "product": "OSAGO",
  6.         "system": "ADACT",
  7.         "timestamp": "2019-06-26T13:42:10",
  8.         "terminal": "TEST01",
  9.         "inn": "7710026574",    
  10.         "taxSystem": "OSN"
  11.     },
  12.     "customer": {
  13.         "attributes": [
  14.             {
  15.                 "name": "Some Additional Attribute",
  16.                 "value": "string"
  17.             }
  18.         ],
  19.         "docNumber": "10001",
  20.         "docSerial": "1020001",
  21.         "email": "qa@unitarius.ru",
  22.         "name": "vborisov",
  23.         "phone": "79256770001"
  24.     },
  25.     "payment":
  26.     {
  27.         "amount": 4785.5,
  28.         "type": "INCOME",
  29.         "form": "CASH",
  30.         "transferOperatorPhoneNumbers": ["79151212214", "74956651458"],
  31.          "agent": {
  32.                 "name": "test-agent",
  33.                 "type": "BANK-AGENT",
  34.                 "operation": "operation1",
  35.                 "phoneNumbers": ["74958885522", "84998885523"]
  36.             },
  37.             "operator":
  38.                 {
  39.                     "phoneNumbers": ["74958885522", "84998885523"],
  40.                     "name": "Qiwi",
  41.                     "address": "2-ya Lykovskaya ulitsa, 15",
  42.                     "inn": "0123456789",
  43.                     "additionalAttribute": "active"
  44.                 },
  45.             "supplier":
  46.                 {
  47.                     "phoneNumbers":["74958885522", "84998885523"]
  48.                 }
  49.            
  50.     },
  51.     "positions": [
  52.         {
  53.             "name": "Страховой полис ОСАГО №ХХХ0001",
  54.             "price": 3245.5,
  55.             "quantity": 1,
  56.             "sum": 3245.5,
  57.             "tax": "VAT0",
  58.             "taxSum": 0,
  59.             "total": 3245.5
  60.         },
  61.         {
  62.             "name": "Доставка страхового полиса службой EMS",
  63.             "price": 200,
  64.             "quantity": 1,
  65.             "sum": 200,
  66.             "tax": "VAT0",
  67.             "taxSum": 40,
  68.             "total": 240
  69.         }
  70.     ],
  71.             "attributes":
  72.             {
  73.                 "nomenclatureCode": "howmuchsymbolscanIplacehere",
  74.                 "unitOfMeasurement": "kilos",
  75.                 "additionalAttribute": "dafaq",
  76.                 "manufacturerCountryCode": "russia",
  77.                 "customsDeclarationNumber": "155488666457",
  78.                 "excise": 2554.2
  79.             },
  80.             "agent":
  81.                 {
  82.                     "name": "VSK_20190626134210959",
  83.                     "type": "PAYMENT-AGENT",
  84.                     "operation": "pokupka",
  85.                     "phoneNumbers": ["74958885522", "84998885523"],
  86.                     "operator":
  87.                         {
  88.                             "phoneNumbers": ["74958885522", "84998885523"],
  89.                             "name": "Petrova NN",
  90.                             "adderess": "Moscow, Bagrationovskaya ul, 4",
  91.                             "inn": "0123450001"
  92.                         }
  93.                 }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement