Returns termination options for a membership/service
| From Body | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | |||||||||||||||||||||
| [TerminationItemRequest] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"Id": "8d0598e2-cd5c-425d-bb19-eb35d9a27976",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-08-14T19:20:10.4765844+01:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-08-14T19:20:10.4765844+01:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-08-14T19:20:10.4765844+01:00",
"TerminationReasonId": 2
}
]
}
TerminationResponse
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | |||||||||||||||||||||||||
| Success | Boolean | |||||||||||||||||||||||||
| [TerminationItemResponse] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "22ffda7d-eadd-4483-b64d-5f20f136a48f",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-08-14T19:20:10.4922096+01:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-08-14T19:20:10.4922096+01:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-08-14T19:20:10.4922096+01:00"
}
],
"Success": false
}
| Bundle(s) |
|---|
| Termination |