Contact Data
If you want to update the contact details and address, it's important to always provide all parameters. If you omit one, it will be automatically deleted from the system.
POST
/v1/cards/{CARD_UUID}/contacts
The BODY parameters should be passed in an array named 'contacts
.' Refer to the JSON POST example above for a better understanding.
Request Body
uuid
string
nullable
type*
enum
mobile
, phone
, fax
, website
, address
category*
string
default
name
string
nullable
value
string/array
nullable
prefix
string
nullable
default*
boolean
0
How to handle connections to space addresses?
You have the option to link an address from the locations in your space directly to this digital card instead of providing the complete address. To do this, simply provide the UUID
of the space address and set the parameter in the value
array 'space_address
' to true
. Here's an example:
The advantage of linking to space addresses is that if you change the address in your space, this change will be reflected on all digital business cards linked to your space address.
Last updated