GET api/CCM/GetCCMSubscriptionDetail?providerId={providerId}&marketPalceType={marketPalceType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
Required |
|
| marketPalceType | MarketPlaceType |
Required |
Body Parameters
None.
Response Information
Resource Description
CCMSubscriptionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| CCMSubscriptionId | integer |
None. |
|
| CatalogId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ExpirationDate | date |
None. |
|
| DownloadPath | string |
None. |
|
| Status | boolean |
None. |
|
| CCMSubscriptions | CCMSubscription |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"CCMSubscriptionId": 1,
"CatalogId": 2,
"CreatedDate": "10/30/2025",
"ExpirationDate": "10/30/2025",
"DownloadPath": "sample string 5",
"Status": true,
"CCMSubscriptions": {
"SubscriptionNumber": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"PhoneNumber": "sample string 5",
"CompanyName": "sample string 6",
"ExistingSiteURL": "sample string 7",
"UserName": "sample string 8",
"Password": "sample string 9",
"CatalogIds": "sample string 10",
"DeliveryMode": true,
"SubscriptionMode": 1,
"IsRecurring": true,
"SubscriptionCycleNumber": "sample string 13",
"SubscriptionStatus": 1,
"CreatedDate": "10/30/2025",
"MarketPlaceType": 1,
"CCMSubscriptionDetails": [],
"Id": 15
},
"Id": 7
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.