forked from cardstack/boxel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path7298c9c6-2964-41a0-87f7-42127a16e12b.json
72 lines (72 loc) · 1.71 KB
/
7298c9c6-2964-41a0-87f7-42127a16e12b.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": "Acme Corporation",
"accountAlias": "AcmeCorp",
"description": "A leading provider of innovative solutions in the technology sector.",
"contactInformation": {
"salutation": "Mr.",
"firstName": "John",
"lastName": "Doe",
"address": {
"streetAddress": "123 Tech Road",
"city": "Innovate City",
"region": "Silicon Valley",
"postalCode": "94016",
"poBoxNumber": "456",
"country": "USA"
},
"phoneNumber": null,
"email": {
"value": "contact@acmecorp.com"
},
"website": {
"value": "www.acmecorp.com"
},
"company": "Acme Corporation"
},
"billingAddress": {
"streetAddress": "123 Tech Road",
"city": "Innovate City",
"region": "Silicon Valley",
"postalCode": "94016",
"poBoxNumber": "456",
"country": "USA"
},
"shippingAddress": {
"streetAddress": "123 Tech Road",
"city": "Innovate City",
"region": "Silicon Valley",
"postalCode": "94016",
"poBoxNumber": "789",
"country": "USA"
},
"numberOfEmployees": 500,
"thumbnailURL": null
},
"relationships": {
"owner": {
"links": {
"self": null
}
},
"parentAccount": {
"links": {
"self": "./992531db-9912-49eb-9b72-f710cbcdb085"
}
},
"company": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "../crm/account",
"name": "CrmAccount"
}
}
}
}