Returns termination options for a membership/service
| From Body | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | |||||||||||||||||||||
| [TerminationItemRequest] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"Id": "944db500-33f0-406b-a605-65d3c94a9809",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00",
"TerminationReasonId": 2
}
]
}
TerminationResponse
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | |||||||||||||||||||||||||
| Success | Boolean | |||||||||||||||||||||||||
| [TerminationItemResponse] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "e5642f1f-0cb3-49c9-b31d-8386e85b113b",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-02-04T05:40:21.1567799+00:00"
}
],
"Success": false
}
| Bundle(s) |
|---|
| Termination |