Update business card
update_business_cardReplace a business card to update contact, organization, or client group details including email, phone, and address. Fetch the current card first, then submit the full card with changes to avoid clearing omitted fields.
Instructions
Update a business card (full replace via PUT) — this is how you change a contact's, organization's, or client group's email addresses, phone numbers, and addresses. Fetch the card first with get_business_card and send back the complete card with your changes, since omitted fields are cleared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| WebSites | No | ||
| Addresses | No | ||
| EntityKey | Yes | The key of the contact, organization, or client group this card belongs to | |
| SkypeLink | No | ||
| EntityType | Yes | The type of entity this business card belongs to | |
| RoleOrTitle | No | ||
| TwitterLink | No | ||
| FacebookLink | No | ||
| LinkedInLink | No | ||
| PhoneNumbers | No | ||
| IsPrimaryCard | No | ||
| EmailAddresses | No | ||
| OrganizationKey | No | For a contact's card: the organization the contact works at | |
| businessCardKey | Yes | The Karbon BusinessCardKey to update |