Add a specific contact person for billing-related communication for your account. This ensures important billing messages reach the correct person. The API returns an ID for tracking the contact creation.
Accept Example Content-Type Example email string required description string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/account/billing-cc curl -X POST "https://cloud.hostup.se/api/account/billing-cc" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string",
"description": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"contact": {
"id": 0,
"email": "string",
"description": "string"
}
}
} {
"email": "string",
"description": "string"
}