API-key: ********************
{
"name": "string",
"profile": {
"vat": "string",
"street": "string",
"street_number": "string",
"street_suffix": "string",
"zipcode": "string",
"city": "string",
"state": "string",
"country": "NL",
"email": "string",
"phone_country": "+31",
"phone_area": "6",
"phone_number": "string",
"social_security_number": "string",
"passport_number": "string",
"company_registration_number": "string",
"company_url": "string",
"birth_date": "string",
"defaults": {
"owner": true,
"admin": true,
"tech": true,
"billing": true,
"reseller": true
}
}
}
curl --location --request PUT 'https://mijn.host/api/v2/domains/contacts/10000' \
--header 'Accept;' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"profile": {
"vat": "string",
"street": "string",
"street_number": "string",
"street_suffix": "string",
"zipcode": "string",
"city": "string",
"state": "string",
"country": "NL",
"email": "string",
"phone_country": "+31",
"phone_area": "6",
"phone_number": "string",
"social_security_number": "string",
"passport_number": "string",
"company_registration_number": "string",
"company_url": "string",
"birth_date": "string",
"defaults": {
"owner": true,
"admin": true,
"tech": true,
"billing": true,
"reseller": true
}
}
}'
{
"status": 200,
"status_description": "Profile updated"
}