Change renewal period
PATCH
/orders/{id}/{service_type}/{service_id}This endpoint is used to change the renew order's period.
Request
Path Params
id
integer
required
service_type
string
required
service_id
string
required
Body Params application/json
promo_code
string | null
optional
Promo to apply to order.
billing_cycle
integer
required
New billing cycle to apply to order
Examples:
1361224
Example
{
"promo_code": "string",
"billing_cycle": 1
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago