put https://infrapay.stg.libercapital.com.br/api/payment/bill//due-date
Cancel Bill By Id
Role-based access control
Required role customerBillChangeDueDateWrite
REQUEST PATH HAS THE FOLLOWING PROPERTIES:
Attribute | Type | Description |
---|---|---|
id | string | Id of bill |
REQUEST BODY OBJECT HAS THE FOLLOWING PROPERTIES:
Attribute | Type | Description | Required |
---|---|---|---|
dueDate | Date | Due Date, ISO String format YYYY-MM-DDTHH:mm:ss.sssZ | Yes |
Response object has the following properties:
Attribute | Type | Description |
---|
Response status code
status | Description |
---|---|
200 | OK |
400 | BAD_REQUEST |
500 | INTERNAL_SERVER_ERROR |
401 | UNAUTHORIZED |
403 | FORBIDDEN |
404 | NOT_FOUND |