Modify the annual billing period for a specific domain. Changing the period creates a follow-up task that you can track using the returned requestId.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example period string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domains/{id}/billing-cycle curl -X POST "https://cloud.hostup.se/api/domains/10202/billing-cycle" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"period": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"newPeriod": "string",
"domainName": "string",
"recurringAmount": "string"
}
} {
"period": "string"
}