Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
IdMemberMembership | int32 | Yes | ID of the student's contract to be canceled. |
IdMemberBranch | int32 | Yes | ID of the branch of the student's contract. |
CancellationDate | date-time | No | Cancellation date in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
ReasonCancellation | string | No | Reason for cancellation. |
NoticeCancellation | string | No | Additional notes about the cancellation. |
CancelFutureReleases | boolean | No | Defines whether all future releases should be canceled. Default value is false. |
CancelFutureSessions | boolean | No | Defines whether all future sessions should be canceled. Default value is false. |
ConvertCreditDays | boolean | No | Converts all remaining credits into usage days. Default value is false. |
ScheduleCancellation | boolean | No | Activates or deactivates the scheduling of the cancellation date. Default value is false. |
ScheduleCancellationDate | date-time | No | Scheduled cancellation date. Required if ScheduleCancellation is true. |
AddFine | boolean | No | Activates or deactivates the application of a fine. Default value is false. |
ValueFine | double | No | Fine amount. Required if AddFine is true. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/membermembership/cancellation?IdMemberMembership=undefined&IdMemberBranch=undefined&CancellationDate=undefined&ReasonCancellation=undefined&NoticeCancellaton=undefined&CancelFutureReleases=undefined&CancelFutureSessions=undefined&ConvertCreditDays=undefined&ScheduleCancellation=undefined&ScheduleCancellationDate=undefined&AddFine=undefined&ValueFine=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}