20 files changed +2617
-109
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "name" : " law bom bom" ,
6
+ "regstrationNumber" : null ,
7
+ "address" : {
8
+ "streetAddress" : null ,
9
+ "city" : null ,
10
+ "region" : null ,
11
+ "postalCode" : null ,
12
+ "poBoxNumber" : null ,
13
+ "country" : null
14
+ },
15
+ "contactPerson" : {
16
+ "salutation" : null ,
17
+ "firstName" : null ,
18
+ "lastName" : null ,
19
+ "address" : {
20
+ "streetAddress" : null ,
21
+ "city" : null ,
22
+ "region" : null ,
23
+ "postalCode" : null ,
24
+ "poBoxNumber" : null ,
25
+ "country" : null
26
+ },
27
+ "phoneNumber" : {
28
+ "country" : null ,
29
+ "area" : null ,
30
+ "number" : null
31
+ },
32
+ "email" : {
33
+ "value" : null
34
+ },
35
+ "website" : {
36
+ "value" : null
37
+ }
38
+ },
39
+ "description" : null ,
40
+ "thumbnailURL" : null
41
+ },
42
+ "meta" : {
43
+ "adoptsFrom" : {
44
+ "module" : " ../crm/account" ,
45
+ "name" : " Company"
46
+ }
47
+ }
48
+ }
49
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "name" : " Law Grocery" ,
6
+ "regstrationNumber" : null ,
7
+ "address" : {
8
+ "streetAddress" : null ,
9
+ "city" : null ,
10
+ "region" : null ,
11
+ "postalCode" : null ,
12
+ "poBoxNumber" : null ,
13
+ "country" : null
14
+ },
15
+ "contactPerson" : {
16
+ "salutation" : null ,
17
+ "firstName" : null ,
18
+ "lastName" : null ,
19
+ "address" : {
20
+ "streetAddress" : null ,
21
+ "city" : null ,
22
+ "region" : null ,
23
+ "postalCode" : null ,
24
+ "poBoxNumber" : null ,
25
+ "country" : null
26
+ },
27
+ "phoneNumber" : {
28
+ "country" : null ,
29
+ "area" : null ,
30
+ "number" : null
31
+ },
32
+ "email" : {
33
+ "value" : null
34
+ },
35
+ "website" : {
36
+ "value" : null
37
+ }
38
+ },
39
+ "description" : null ,
40
+ "thumbnailURL" : null
41
+ },
42
+ "meta" : {
43
+ "adoptsFrom" : {
44
+ "module" : " ../crm/account" ,
45
+ "name" : " Company"
46
+ }
47
+ }
48
+ }
49
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "user" : {
6
+ "salutation" : null ,
7
+ "firstName" : null ,
8
+ "lastName" : null
9
+ },
10
+ "accountName" : null ,
11
+ "email" : null ,
12
+ "phone" : null ,
13
+ "fax" : null ,
14
+ "department" : null ,
15
+ "addressInfo" : {
16
+ "address" : null ,
17
+ "zip" : null ,
18
+ "city" : null ,
19
+ "state" : null ,
20
+ "country" : null ,
21
+ "countryCode" : null ,
22
+ "stateCode" : null
23
+ },
24
+ "description" : null ,
25
+ "thumbnailURL" : null
26
+ },
27
+ "relationships" : {
28
+ "owner" : {
29
+ "links" : {
30
+ "self" : null
31
+ }
32
+ }
33
+ },
34
+ "meta" : {
35
+ "adoptsFrom" : {
36
+ "module" : " ../contact-form" ,
37
+ "name" : " ContactForm"
38
+ }
39
+ }
40
+ }
41
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 53
53
},
54
54
"company" : {
55
55
"links" : {
56
- "self" : null
56
+ "self" : " ../Company/9ad68df6-b27e-4164-8736-e9347ece4d1e "
57
57
}
58
58
}
59
59
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "accountName" : null ,
6
+ "accountAlias" : null ,
7
+ "description" : null ,
8
+ "contactInformation" : {
9
+ "salutation" : null ,
10
+ "firstName" : null ,
11
+ "lastName" : null ,
12
+ "address" : {
13
+ "streetAddress" : null ,
14
+ "city" : null ,
15
+ "region" : null ,
16
+ "postalCode" : null ,
17
+ "poBoxNumber" : null ,
18
+ "country" : null
19
+ },
20
+ "phoneNumber" : {
21
+ "country" : null ,
22
+ "area" : null ,
23
+ "number" : null
24
+ },
25
+ "email" : {
26
+ "value" : null
27
+ },
28
+ "website" : {
29
+ "value" : null
30
+ }
31
+ },
32
+ "billingAddress" : {
33
+ "streetAddress" : null ,
34
+ "city" : null ,
35
+ "region" : null ,
36
+ "postalCode" : null ,
37
+ "poBoxNumber" : null ,
38
+ "country" : null
39
+ },
40
+ "numberOfEmployees" : null ,
41
+ "thumbnailURL" : null
42
+ },
43
+ "relationships" : {
44
+ "owner" : {
45
+ "links" : {
46
+ "self" : null
47
+ }
48
+ },
49
+ "parentAccount" : {
50
+ "links" : {
51
+ "self" : null
52
+ }
53
+ },
54
+ "company" : {
55
+ "links" : {
56
+ "self" : null
57
+ }
58
+ }
59
+ },
60
+ "meta" : {
61
+ "adoptsFrom" : {
62
+ "module" : " ../crm/account" ,
63
+ "name" : " CrmAccount"
64
+ }
65
+ }
66
+ }
67
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "user" : {
6
+ "salutation" : " Mr." ,
7
+ "firstName" : " Law" ,
8
+ "lastName" : " Yung Lum"
9
+ },
10
+ "website" : " law.com" ,
11
+ "description" : null ,
12
+ "leadStatus" : " New" ,
13
+ "phone" : " 019999999999" ,
14
+ "email" : " lawgrocery@g.com" ,
15
+ "addressInfo" : {
16
+ "address" : null ,
17
+ "zip" : null ,
18
+ "city" : null ,
19
+ "state" : null ,
20
+ "country" : null ,
21
+ "countryCode" : null ,
22
+ "stateCode" : null
23
+ },
24
+ "noOfEmployees" : 200 ,
25
+ "annualRevenue" : {
26
+ "currency" : " RM" ,
27
+ "totalAmount" : 1200000
28
+ },
29
+ "leadSource" : " Advertisement" ,
30
+ "industry" : " Biotechnology" ,
31
+ "thumbnailURL" : null
32
+ },
33
+ "relationships" : {
34
+ "company" : {
35
+ "links" : {
36
+ "self" : " ../Company/b57e5ffd-b64f-4531-a7e4-5a1d0420e2bc"
37
+ }
38
+ },
39
+ "owner" : {
40
+ "links" : {
41
+ "self" : " ../MatrixUser/485ca453-b328-4e85-a761-b2fe7d145430"
42
+ }
43
+ }
44
+ },
45
+ "meta" : {
46
+ "adoptsFrom" : {
47
+ "module" : " ../lead-form" ,
48
+ "name" : " LeadForm"
49
+ }
50
+ }
51
+ }
52
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "username" : " Law Yung Lom" ,
6
+ "email" : {
7
+ "value" : " lawyunglom@gmail.com"
8
+ },
9
+ "description" : null ,
10
+ "thumbnailURL" : null
11
+ },
12
+ "meta" : {
13
+ "adoptsFrom" : {
14
+ "module" : " ../matrix-user" ,
15
+ "name" : " MatrixUser"
16
+ }
17
+ }
18
+ }
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : {
3
+ "type" : " card" ,
4
+ "attributes" : {
5
+ "opportunityName" : null ,
6
+ "accountName" : null ,
7
+ "closeDate" : null ,
8
+ "amount" : {
9
+ "currency" : null ,
10
+ "totalAmount" : null
11
+ },
12
+ "description" : null ,
13
+ "stage" : null ,
14
+ "percentage" : null ,
15
+ "forecastCategory" : null ,
16
+ "thumbnailURL" : null
17
+ },
18
+ "relationships" : {
19
+ "company" : {
20
+ "links" : {
21
+ "self" : null
22
+ }
23
+ },
24
+ "owner" : {
25
+ "links" : {
26
+ "self" : null
27
+ }
28
+ }
29
+ },
30
+ "meta" : {
31
+ "adoptsFrom" : {
32
+ "module" : " ../opportunity-form" ,
33
+ "name" : " OpportunityForm"
34
+ }
35
+ }
36
+ }
37
+ }
0 commit comments