(EOL 1st June 2019) - Details of the API for reactivating service access where possible
This page describes the method used to reactivate an entitlement using the Bango Resale API. Some merchants may not support entitlement reactivation.
Every API request must comply with the requirements in Bango Platform / Connectivity and security. All request body parameters and responses are encoded as UTF-8 JSON objects.
https://resale.api.bango.net/v1/entitlement/reactivate/{entitlementId}
entitlementId
stringAuthorization
stringX-RequestIdentifier
stringresponseCode
stringresponseMessage
stringparameters
object2xxentitlementId
string2xxstatus
string2xxdateCreated
ISO 8601 string2xxdateActivated
ISO 8601 string or null2xxdateEnded
ISO 8601 string or null2xxdateSuspended
ISO 8601 string or null2xxdateResumed
ISO 8601 string or null2xxdateLastUpdated
ISO 8601 string2xxcustomerIdentifier
string2xxmerchantAccountKey
string2xxproductKey
string2xxofferKey
string2xxactivationCode
string2xxentitlementDisplayName
string2xxdateExpiry
ISO 8601 string or null2xxextensionData
string2xxOK
– Entitlement reactivated successfullyCLIENT_ACTION_REQUIRED: NAVIGATE_TO_URL
– Entitlement reactivated successfully, now pending activationBAD_REQUEST
– Invalid API requestUNAUTHORIZED
– IP address or access credentials are invalidNOT_AVAILABLE
– Unable to reactivate entitlement for the serviceNOT_FOUND
– Entitlement not foundALREADY_EXISTS
– Entitlement already activeTOO_MANY_REQUESTS
– Request limit reachedINTERNAL_ERROR
– Unexpected server issueSERVICE_UNAVAILABLE
– Bango Platform undergoing maintenance