Last updated: 12/03/2024 3:29:07 PM
Note
Note
Business role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
This API is used to get the ID of the specified subscription.
The subscription ID is used for subscription management, including updating the license expiration date, updating the number of license units, retrieving subscription details, and more.

Request

HTTP Request

[GET] /LMPI/v2/customers/{customer_id}/serviceplan/{service_plan_id}/getid

Parameters

Name
Type
Description
Validation
Required Parameters
customer_id
string
The unique identifier of the customer company that the subscription belongs to.
GUID format
service_plan_id
string
The unique identifier of the service plan.
Note
Note
You can retrieve the service plan ID using the Partners :: Service Plan :: List API.
GUID format

HTTP Request Example

[GET] https://{lmpi-fqdn}/LMPI/v2/customers/8c414960-7b01-4536-9c96-98db9dbcba50/serviceplan/9D53D4CA-01CF-4AB5-829E-5F617D074EC4/getid
Do not supply a request body with this method.

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{
"subscription_id":"563BA8A5-7071-4DAE-9246-8E235C228969"
}
Name
Type
Description
Length
subscription_id
string
The unique identifier of the subscription which corresponds to the request conditions.
GUID format