-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Create Org Business Card and Zip Code example
- Loading branch information
1 parent
b3a307d
commit c64b6c9
Showing
2 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4588,33 +4588,35 @@ | |
"Type": "Basic" | ||
} | ||
}, | ||
"BusinessCards": { | ||
"BusinessCardKey": "2tBHyXtJBxBy", | ||
"IsPrimaryCard": true, | ||
"WebSites": ["www.website.one", "www.website.two"], | ||
"EmailAddresses": ["[email protected]", "[email protected]"], | ||
"OrganizationKey": "ZGNmtYyLm4z", | ||
"RoleOrTitle": "COO", | ||
"FacebookLink": "facebook.com/sampleName", | ||
"LinkedInLink": "linkedin.com/sampleName", | ||
"TwitterLink": "twitter.com/sampleName", | ||
"SkypeLink": "skype.com/sampleName", | ||
"Addresses": { | ||
"AddressKey": "e150a05a-2dea-4292-8bc8-03398c9384e4", | ||
"AddressLines": "45 Sample Street", | ||
"City": "Alexandria", | ||
"StateProvinceCounty": "NSW", | ||
"ZipCode": 2015, | ||
"CountryCode": "AU", | ||
"Label": "Physical" | ||
}, | ||
"PhoneNumbers": { | ||
"PhoneNumberKey": "6e0b9ace-24b1-4328-a922-3b8be5ef5052", | ||
"Number": 1234567890, | ||
"CountryCode": 61, | ||
"Label": "Work" | ||
"BusinessCards": [ | ||
{ | ||
"BusinessCardKey": "2tBHyXtJBxBy", | ||
"IsPrimaryCard": true, | ||
"WebSites": ["www.website.one", "www.website.two"], | ||
"EmailAddresses": ["[email protected]", "[email protected]"], | ||
"OrganizationKey": "ZGNmtYyLm4z", | ||
"RoleOrTitle": "COO", | ||
"FacebookLink": "facebook.com/sampleName", | ||
"LinkedInLink": "linkedin.com/sampleName", | ||
"TwitterLink": "twitter.com/sampleName", | ||
"SkypeLink": "skype.com/sampleName", | ||
"Addresses": { | ||
"AddressKey": "e150a05a-2dea-4292-8bc8-03398c9384e4", | ||
"AddressLines": "45 Sample Street", | ||
"City": "Alexandria", | ||
"StateProvinceCounty": "NSW", | ||
"ZipCode": "2015", | ||
"CountryCode": "AU", | ||
"Label": "Physical" | ||
}, | ||
"PhoneNumbers": { | ||
"PhoneNumberKey": "6e0b9ace-24b1-4328-a922-3b8be5ef5052", | ||
"Number": "1234567890", | ||
"CountryCode": "61", | ||
"Label": "Work" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters