Alterando Vencimento de uma Cobrança

Path Params
invoice_id
integer
REQUIRED
ID da Cobrança
Body Params
new_due_date
string
REQUIRED
Nova data de vencimento. Formato: DD-MM-YYYY
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]
Content-Type
string
REQUIRED
application/json

Request
{
  "new_due_date":"28-05-2020"
}