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": "d37a4327-7bbc-40a0-be4b-870d60882667",
"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": "23a0fca7-01d7-4e6d-a40b-28b2ac2ec87a",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "23a0fca7-01d7-4e6d-a40b-28b2ac2ec87a",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "23a0fca7-01d7-4e6d-a40b-28b2ac2ec87a",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
}
]
| Bundle(s) |
|---|
| Termination |