V3
Subscription Operations
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Request-Correlation-Id | header | string(uuid) | false | Correlation Id for tracing (unique identifier) |
| service_type | path | string | true | Service type indicator (must be deviceinsurance) |
| service_id | path | string | true | Service identifier (policy number or subscription ID) |
| body | body | terminateMovementRequestDTO | true | Contains termination information |
Enumerated Values
| Property | Values |
|---|---|
| service_type | one of [deviceinsurance] |
Request body - instance of terminateMovementRequestDTO
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| reason | string | true | Reason for terminating the device insurance |
| deactivation_date | string(date-time) | true | Deactivation date for the device insurance (ISO 8601 format) |
Request example
|
|
Responses
| Code | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successfully terminated the device insurance | terminateSuccessResponseDTO |
| 400 | Bad Request | Bad Request | genericErrorResponseDTO |
| 404 | Not Found | Not found | genericErrorResponseDTO |
| 500 | Internal Server Error | Internal Server Error | genericErrorResponseDTO |
Endpoints
Barrings Operations
Billing Operations
Subscription Operations
Promotions Operations
Service Operations