mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / tests / fixtures / contacts.json
CommitLineData
b01b546f
TO
1{
2 "civicrm_contact": [
3 {
4 "id": 3,
5 "contact_type": "Individual",
6 "contact_sub_type": null,
7 "do_not_email": 0,
8 "do_not_phone": 0,
9 "do_not_mail": 0,
10 "do_not_sms": 0,
11 "do_not_trade": 0,
12 "is_opt_out": 0,
13 "legal_identifier": null,
14 "sort_name": "Site Administrator",
15 "display_name": "Site Administrator",
16 "nick_name": null,
17 "legal_name": null,
18 "image_URL": null,
19 "preferred_communication_method": null,
20 "preferred_mail_format": null,
21 "hash": null,
22 "api_key": null,
23 "source": null,
24 "first_name": "Site",
25 "middle_name": null,
26 "last_name": "Administrator"
27 },
28 {
29 "id": 17,
30 "contact_type": "Individual",
31 "contact_sub_type": null,
32 "do_not_email": 0,
33 "do_not_phone": 0,
34 "do_not_mail": 0,
35 "do_not_sms": 0,
36 "do_not_trade": 0,
37 "is_opt_out": 0,
38 "legal_identifier": null,
39 "sort_name": null,
40 "display_name": "Test Contact",
41 "nick_name": null,
42 "legal_name": null,
43 "image_URL": null,
44 "preferred_communication_method": null,
45 "preferred_mail_format": null,
46 "hash": null,
47 "api_key": null,
48 "source": null,
49 "first_name": "Test",
50 "middle_name": null,
51 "last_name": "Contact"
52 }
53 ]
7d61e75f 54}