Update an existing address in a business card of a person
PUT
/people/{id}/business-cards/{cardId}/addresses/{addressId}Last modified: a month ago
The postalCheck parameter can be used to control whether the address should be checked and validated by the Address Quality Service
Request
Path Params
id
string
optional
ID of the people to update.
A 24 digit hexadecimal number.
cardId
string
required
ID of the card to update.
A 24 digit hexadecimal number.
addressId
string
required
ID of the address to update.
A 24 digit hexadecimal number.
Query Params
postalCheck
boolean
optional
If this value is not null, it takes precedence over the global setting for the address check.
If the address is to validate, the address is checked by the "Address Quality Service".
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
Bad Request(400)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago