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": "caf848c4-d186-4ce5-838b-68004d1a1025", "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": "2644e894-d43b-4271-89be-f5aab59207af", "AgreementId": 1, "MemberServiceId": 1, "RemovedCancellation": false, "ErrorMessage": "sample string 2" }, { "ContactGuid": "2644e894-d43b-4271-89be-f5aab59207af", "AgreementId": 1, "MemberServiceId": 1, "RemovedCancellation": false, "ErrorMessage": "sample string 2" }, { "ContactGuid": "2644e894-d43b-4271-89be-f5aab59207af", "AgreementId": 1, "MemberServiceId": 1, "RemovedCancellation": false, "ErrorMessage": "sample string 2" } ]
Bundle(s) |
---|
Termination |