Get Subscription By ID
DescriptionRetrieves details about a specified subscription.
Request
URLURL
Path Parameters
Path Parameters
- ID of the MSP organization in CSP.
- ID of the subscription in a MSP organization.
Query Parameters
Query Parameters
- The Flag for consolidate offer in a MSP organization.
Authentication
Response
Response BodyResponse Body
200 OK
{
"billingEngineSubscriptionId": "M13130022",
"billingFrequency": "MONTHLY",
"currency": "USD",
"endDate": "2019-03-02T00:05:01.194Z",
"id": "33628-4637-267384",
"offers": [
{
"billingFrequency": "MONTHLY",
"billingModel": "COMMIT_OPTIONAL",
"billingTerm": 1,
"chargeId": "VOD-DBC-01",
"crossRefSku": "COS-XASD-999",
"description": "Production Support/Subscription",
"hostingType": "SHARED",
"licenseUnit": "DEVICE",
"name": "VMware Workspace ONE Standard",
"offerCategory": "PRIMARY",
"offerType": "COMMIT",
"operatingSystem": "Linux",
"productId": "00304f3b-e66e-4e23-8d81-7a13417073d1",
"purchaseQuantity": 100,
"region": "EMEA",
"status": "ACTIVE",
"supportLevel": "Production",
"totalListPrice": 35532.2
}
],
"organizationRef": {
"email": "abc@coke.com",
"name": "San Diego University",
"orgId": "163739g-63hijgds-63840bn"
},
"payment": {
"contractId": "5463"
},
"renewalPreference": "MANUAL",
"serviceRef": {
"id": "1234-1234-1234-123123",
"name": "Workspace One",
"serviceIcon": "https://www.workspace.com/service_icon"
},
"startDate": "2019-03-02T00:05:01.194Z",
"status": "ACTIVE"
}
The addtional details of msp subscriptions.
The flag to switch the value of property amendable
The billing engine subscription id in the subscription details.
The billing frequency of msp subscription details.
Possible values are: PREPAID , MONTHLY , ANNUAL
The list of consolidated offers.
The value of currency in an org.
The end date of the subscription.
The id of the org.
The list of the Base offers.
Defines the properties of the Subscription Payment Details.
The renewal preference of the subscription details.
Possible values are: MANUAL , AUTO , CANCEL
The start date of the subscription.
The msp subscription details status, the value can be ‘SUBMITTED’ ‘CREATED’ ‘ACTIVE’ etc
Possible values are: SUBMITTED , CREATED , ACTIVE , SUSPENDED , CANCELLED , TERMINATED , ERROR , PENDING_EXPIRY , EXPIRED
Errors
Bad Request
Forbidden
Not Found