Removes the future cancellation of an agreement or service(s)
| From Body | Type | Description |
|---|---|---|
| AgreementId | Int32 | Optional. The agreement to remove the cancellation for (required if no member service) |
| ContactGuid | Guid | Guid of the contact to remove the cancellation from |
| MemberServiceId | [Int32] | Optional. The member service(s) to remove the cancellation for (required if no agreement) |
{
"ContactGuid": "681b85c3-2ddf-45a5-b243-6dbeb906ffb6",
"AgreementId": 1,
"MemberServiceId": [
1,
2,
3
]
}
[ContactRemoveFutureCancellationResponse]
| Name | Type | Description |
|---|---|---|
| AgreementId | Int32 | The agreement for which the future cancellation was removed for (if requested) |
| ContactGuid | Guid | Contact guid for which the future cancellation was removed for |
| ErrorMessage | String | Message as to why the future cancellation was unsuccessful |
| MemberServiceId | Int32 | The member service for which the future cancellation was removed for (if requested) |
| RemovedCancellation | Boolean | Removal success |
[
{
"ContactGuid": "81dcba13-a363-495a-a2ea-d6043cd37ecd",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "81dcba13-a363-495a-a2ea-d6043cd37ecd",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "81dcba13-a363-495a-a2ea-d6043cd37ecd",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
}
]
| Bundle(s) |
|---|
| Termination |