Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
idMemberMembership | integer (int32) | Yes | Identifier of the member's association (membership) used to revert the scheduled cancellation. |
| Field | Type | Description |
|---|---|---|
type | string | Type of the returned error. |
title | string | Brief title of the error. |
status | integer | HTTP error code. |
detail | string | Detailed description of the error occurred. |
instance | string | Identifier of the request instance. |
additionalProp1..3 | string | Additional information returned by the service. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/membermembership/cancellation/scheduled-revert?idMemberMembership=undefined' \
--header 'Authorization: Basic <encoded-value>'