-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.xml
88 lines (88 loc) · 1.96 KB
/
user.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<users>
<user>
<user_id>1</user_id>
<email_address>abc@example.com</email_address>
<name>Johnny</name>
<sur_name>Wayne</sur_name>
<phone_number>123</phone_number>
<has_account>1</has_account>
<blocked>0</blocked>
<unsubscribed>0</unsubscribed>
<last_event>2013-07-22</last_event>
<company_ad>0</company_ad>
<first_ad_reply_sent>2011-08-22</first_ad_reply_sent>
<first_account>2012-05-25</first_account>
<first_insert_ad>2013-01-12</first_insert_ad>
<first_sold_ad>2013_03-14</first_sold_ad>
<active_adcount>4</active_adcount>
<events>
<event>
<type>publish_ad</type>
<time>2012-01-13</time>
<ad_id>1</ad_id>
<source_id>2</source_id>
</event>
<event>
<type>agent_created</type>
<time>2012-01-11</time>
<source_id>2</source_id>
</event>
<event>
<type>ad_reply_received</type>
<time>2012-01-11</time>
<ad_id>3</ad_id>
<source_id>2</source_id>
</event>
<event>
<type>feature_booked</type>
<time>2012-03-13</time>
<source_id>3</source_id>
<feature_id>4</feature_id>
<ad_id>2</ad_id>
</event>
</events>
</user>
<user>
<user_id>2</user_id>
<email_address>mrsy@example.com</email_address>
<name>lady</name>
<sur_name>gaga</sur_name>
<phone_number>543</phone_number>
<has_account>1</has_account>
<blocked>0</blocked>
<unsubscribed>0</unsubscribed>
<last_event>2013-07-22</last_event>
<company_ad>0</company_ad>
<first_ad_reply_sent>2011-08-22</first_ad_reply_sent>
<first_account>2012-05-25</first_account>
<first_insert_ad>2013-01-12</first_insert_ad>
<first_sold_ad>2013_03-14</first_sold_ad>
<active_adcount>4</active_adcount>
<events>
<event>
<type>publish_ad</type>
<time>2012-01-11</time>
<ad_id>4</ad_id>
<source_id>2</source_id>
</event>
<event>
<type>agent_created</type>
<time>2012-01-11</time>
<source_id>2</source_id>
</event>
<event>
<type>ad_reply_received</type>
<time>2012-01-11</time>
<ad_id>5</ad_id>
<source_id>2</source_id>
</event>
<event>
<type>feature_booked</type>
<time>2012-03-12</time>
<source_id>3</source_id>
<feature_id>4</feature_id>
<ad_id>6</ad_id>
</event>
</events>
</user>
</users>