-
Notifications
You must be signed in to change notification settings - Fork 0
/
Account.json
88 lines (88 loc) · 2.23 KB
/
Account.json
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
{
"records": [
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef1"
},
"Name": "Edge Communications"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef2"
},
"Name": "Burlington Textiles Corp of America"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef3"
},
"Name": "Pyramid Construction Inc."
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef4"
},
"Name": "Dickenson plc"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef5"
},
"Name": "Grand Hotels & Resorts Ltd"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef6"
},
"Name": "United Oil & Gas Corp."
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef7"
},
"Name": "Express Logistics and Transport"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef8"
},
"Name": "University of Arizona"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef9"
},
"Name": "United Oil & Gas, UK"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef10"
},
"Name": "United Oil & Gas, Singapore"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef11"
},
"Name": "GenePoint"
},
{
"attributes": {
"type": "Account",
"referenceId": "AccountRef12"
},
"Name": "sForce"
}
]
}