GET api/CCM/GetCCMSubscription?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
CCMSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionNumber | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| CompanyName | string |
None. |
|
| ExistingSiteURL | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| CatalogIds | string |
None. |
|
| DeliveryMode | boolean |
None. |
|
| SubscriptionMode | MarketPlaceSubscriptionMode |
None. |
|
| IsRecurring | boolean |
None. |
|
| SubscriptionCycleNumber | string |
None. |
|
| SubscriptionStatus | MarketPlaceSubscriptionStatus |
None. |
|
| CreatedDate | date |
None. |
|
| MarketPlaceType | MarketPlaceType |
None. |
|
| CCMSubscriptionDetails | Collection of CCMSubscriptionDetail |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"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": [
{
"CCMSubscriptionId": 1,
"CatalogId": 2,
"CreatedDate": "10/30/2025",
"ExpirationDate": "10/30/2025",
"DownloadPath": "sample string 5",
"Status": true,
"Id": 7
},
{
"CCMSubscriptionId": 1,
"CatalogId": 2,
"CreatedDate": "10/30/2025",
"ExpirationDate": "10/30/2025",
"DownloadPath": "sample string 5",
"Status": true,
"Id": 7
}
],
"Id": 15
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.