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": "3e2039fa-8076-484d-979b-560e376ac940",
"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": "0b72817b-5de7-45e9-93f4-785ce97b6413",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "0b72817b-5de7-45e9-93f4-785ce97b6413",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
},
{
"ContactGuid": "0b72817b-5de7-45e9-93f4-785ce97b6413",
"AgreementId": 1,
"MemberServiceId": 1,
"RemovedCancellation": false,
"ErrorMessage": "sample string 2"
}
]
| Bundle(s) |
|---|
| Termination |