Returns termination options for a membership/service
| From Body | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | |||||||||||||||||||||
| [TerminationItemRequest] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"Id": "0e373c1a-1c0d-4923-a2b6-fd2c8b61b365",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00",
"TerminationReasonId": 2
},
{
"SourceType": 1,
"SourceId": 1,
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00",
"TerminationReasonId": 2
}
]
}
TerminationResponse
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | |||||||||||||||||||||||||
| Success | Boolean | |||||||||||||||||||||||||
| [TerminationItemResponse] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "15b02fe2-f9eb-4e0c-b85a-70214bf6fc4c",
"Items": [
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00"
},
{
"SourceType": 1,
"SourceId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3",
"TerminationDate": "2026-06-29T11:53:17.4132845+01:00"
}
],
"Success": false
}
| Bundle(s) |
|---|
| Termination |