POST api/CCM/InsertCCMSubscription
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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": "12/14/2025",
"MarketPlaceType": 1,
"CCMSubscriptionDetails": [
{
"CCMSubscriptionId": 1,
"CatalogId": 2,
"CreatedDate": "12/14/2025",
"ExpirationDate": "12/14/2025",
"DownloadPath": "sample string 5",
"Status": true,
"Id": 7
},
{
"CCMSubscriptionId": 1,
"CatalogId": 2,
"CreatedDate": "12/14/2025",
"ExpirationDate": "12/14/2025",
"DownloadPath": "sample string 5",
"Status": true,
"Id": 7
}
],
"Id": 15
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.