Returns termination options for a membership/service
| From Body | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | |||||||||||||||||||||
| [TerminationItemRequest] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"Id": "6ab2ec36-c38c-45fe-a317-6268ecf4314e",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2025-12-18T22:08:07.7659131+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2025-12-18T22:08:07.7659131+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2025-12-18T22:08:07.7659131+00:00",
"TerminationReasonId": 2
}
]
}
TerminationResponse
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | |||||||||||||||||||||||||
| Success | Boolean | |||||||||||||||||||||||||
| [TerminationItemResponse] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "63de68fc-8307-4d31-b80d-16876aeb980b",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2025-12-18T22:08:07.7814303+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2025-12-18T22:08:07.7814303+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2025-12-18T22:08:07.7814303+00:00"
}
],
"Success": false
}
| Bundle(s) |
|---|
| Termination |