Reativando uma Assinatura

Path Params
subscription_id
string
REQUIRED
ID da Assinatura
Body Params
new_next_due_date
date
REQUIRED
Nova data de vencimento. Formato: YYYY-MM-DD
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]
Content-Type
string
REQUIRED
application/json

Request
{
  "new_next_due_date": "2019-10-05"
}