Returns termination options for a membership/service
| From Body | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | |||||||||||||||||||||
| [TerminationItemRequest] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"Id": "ad95b4b0-ebac-47b0-915b-e3f0931f0497",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00",
"TerminationReasonId": 2
}
]
}
TerminationResponse
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | |||||||||||||||||||||||||
| Success | Boolean | |||||||||||||||||||||||||
| [TerminationItemResponse] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "ae6d7700-3467-41cc-85d4-3cd754c07585",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-03-27T02:42:55.5124959+00:00"
}
],
"Success": false
}
| Bundle(s) |
|---|
| Termination |