Changing the state of an entitlement from suspended to active (third-party products)
Overview
When a customer pauses their third-party subscription, the self-service portal sets the status of the corresponding entitlement to suspended. If the customer resumes the subscription, the portal must change the status of the entitlement from suspended back to active.
Request
To change the status of a third-party product entitlement from suspended to active, the self-care portal should send a POST request to:
https://<host>:<port>/????
Headers
x-correlation-id
– identifier for logging, to correlate messages across a call flowAuthorization
– Keycloak access token (see Accessing operator APIs using Keycloak)Content-Type: application/json
Mandatory arguments
entitlementId
– the ID of the entitlement to be suspended
Optional arguments
None
Response
A successful request returns an HTTP 200 status.
If the request is awaiting confirmation from the third-party provider, the request returns an HTTP 202 status.
A bad request returns an HTTP 400 status.
If the specified entitlement does not exist, the request returns an HTTP 404 status.