Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bandicoot86/6f2404dbcddae781e5af5d1ce59cd18e to your computer and use it in GitHub Desktop.
Save bandicoot86/6f2404dbcddae781e5af5d1ce59cd18e to your computer and use it in GitHub Desktop.
Json for 333 event
{
"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