...
Code Block |
---|
<xml> <token>e923e55afc3e4e07bd64afb2227f8a5c</token> <db_id>8</db_id> <matching>email</matching> <detect_geo>true</detect_geo> <format>xml</format> <skip_triggers>false</skip_triggers> <data> <email>example@example.org</email> <_fname>Leonid</_fname> <_lname>Spartov</_lname> <_bdate>1990-02-22T21:00:00Z</_bdate> <_sex>M</_sex> <_regip>94.231.119.122</_regip> <custom_string>value</custom_string> <custom_integer>42</custom_integer> <custom_date>1990-02-22T21:00:00Z</custom_date> <cutom_tags>tag1, tag2</cutom_tags> <custom_boolean>true</custom_boolean> <custom_enum>2</custom_enum> <custom_ip>94.231.119.122</custom_ip> <subscriptions> <subscription> <resource_id>3</resource_id> <channel>email</channel> <email>example@example.org</email> <status>0</status> <priority>0</priority> </subscription> <subscription> <resource_id>3</resource_id> <channel>sms</channel> <phone>71234567890</phone> <status>0</status> <priority>0</priority> </subscription> <subscription> <resource_id>3</resource_id> <channel>push</channel> <subscription_id>ONEOF77THESE11DAYS11dd1</subscription_id> <provider>Chrome</provider> <status>0</status> <priority>0</priority> </subscription> </subscriptions> </data> </xml> |
...