Created
June 19, 2018 17:43
-
-
Save bandicoot86/6f2404dbcddae781e5af5d1ce59cd18e to your computer and use it in GitHub Desktop.
Json for 333 event
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key_id": 3, | |
"contacts": [ | |
{ | |
"external_id": "[email protected]", | |
"data": { | |
"global": { | |
"CustomerName": "Anton", | |
"OrderId": "123", | |
"OrderPhone": "999 999 99 99", | |
"OrderDeliveryDate": "01.01.2100", | |
"ShippingDateFrom": "01.01.2099", | |
"ShippingDateTo": "01.01.2099", | |
"OrderAdress": "01.01.2099", | |
"OrderHTML": "<p>privet</p>", | |
"OrderDiscount": "01.01.2099", | |
"OrderValue": "01.01.2099", | |
"DeliveryValue": "01.01.2099", | |
"OrderTotalValue": "01.01.2099", | |
"OrderName": "01.01.2099", | |
"OrderPaymentMethod": "01.01.2099", | |
"OrderDeliveryMethod": "01.01.2099" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment