Post request

For the post request to work, you need to specify the link where it should be sent in the administrative panel on wheelwidget.com . The following data is sent:

if custom name not set:

{  "wheelname": "wheel name",  "contact": "customer contact",  "prize": "prize name",  "ip": "customer ip",  "city": "customer city",  "custom_field": "custom field data"}

if custom name set:

{  "wheelname": "wheel name",  "contact": "customer contact",  "prize": "prize name",  "ip": "customer ip",  "city": "customer city",  "custom_field_custom_name": "custom field data"}