forked from cardstack/boxel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path992531db-9912-49eb-9b72-f710cbcdb085.json
72 lines (72 loc) · 1.71 KB
/
992531db-9912-49eb-9b72-f710cbcdb085.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
{
"data": {
"type": "card",
"attributes": {
"accountName": "Globex Corporation",
"accountAlias": "GlobexCorp",
"description": "A global leader in the field of international commerce and innovation.",
"contactInformation": {
"salutation": "Ms.",
"firstName": "Jane",
"lastName": "Smith",
"address": {
"streetAddress": "456 Global Plaza",
"city": "World City",
"region": "Global District",
"postalCode": "55555",
"poBoxNumber": "789",
"country": "Globaland"
},
"phoneNumber": null,
"email": {
"value": "info@globexcorp.com"
},
"website": {
"value": "www.globexcorp.com"
},
"company": "Globex Corporation"
},
"billingAddress": {
"streetAddress": "456 Global Plaza",
"city": "World City",
"region": "Global District",
"postalCode": "55555",
"poBoxNumber": "789",
"country": "Globaland"
},
"shippingAddress": {
"streetAddress": "789 Trade Route",
"city": "Commerce Town",
"region": "Trade Zone",
"postalCode": "101010",
"poBoxNumber": "101",
"country": "Marketland"
},
"numberOfEmployees": 10000,
"thumbnailURL": null
},
"relationships": {
"owner": {
"links": {
"self": null
}
},
"parentAccount": {
"links": {
"self": null
}
},
"company": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "../crm/account",
"name": "CrmAccount"
}
}
}
}