POST api/EdgeSubscriptionStripe

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stripe
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "5eea461a-86b4-4b1a-b7e9-d962593f5ca2",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-06-20T19:35:40.4122723+00:00",
  "SubscriptionEndTimeStamp": "2026-06-20T19:35:40.4122723+00:00",
  "CustomerId": "sample string 6",
  "SettingId": "sample string 7",
  "PackageId": 1,
  "UserId": "sample string 8",
  "PackageName": "sample string 9",
  "PackagePrice": "sample string 10",
  "PackageType": "sample string 11",
  "PackageCurrency": "sample string 12",
  "UsedTrialDays": 1,
  "TrialDays": 1,
  "SecondDayEmail": true,
  "FifthDayEmail": true,
  "TenthDayEmail": true,
  "FourteenDayEmail": true,
  "EdgePackage": {
    "$id": "2",
    "Id": 1,
    "Name": "sample string 2",
    "MonthlyPriceGBP": 3.0,
    "AnnualPriceGBP": 4.0,
    "MonthlyPriceUSD": 5.0,
    "AnnualPriceUSD": 6.0,
    "MonthlyPriceEUR": 7.0,
    "AnnualPriceEUR": 8.0,
    "UsersAllowed": 9,
    "Status": "sample string 10",
    "TenantId": "sample string 11",
    "CreatedAt": "2026-06-20T19:35:40.4122723+00:00",
    "UpdatedAt": "2026-06-20T19:35:40.4122723+00:00",
    "Permissions": "sample string 13",
    "IsDefault": true,
    "TrialPeriod": 15,
    "EdgeSubscriptions": {
      "$id": "3",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  }
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: One or more errors occurred.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: One or more errors occurred.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EdgeSubscription'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": "fd09c833-09fc-49db-8abe-43359fa14d7c",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-06-20T19:35:40.5529419+00:00",
  "SubscriptionEndTimeStamp": "2026-06-20T19:35:40.5529419+00:00",
  "CustomerId": "sample string 6",
  "SettingId": "sample string 7",
  "PackageId": 1,
  "UserId": "sample string 8",
  "PackageName": "sample string 9",
  "PackagePrice": "sample string 10",
  "PackageType": "sample string 11",
  "PackageCurrency": "sample string 12",
  "UsedTrialDays": 1,
  "TrialDays": 1,
  "SecondDayEmail": true,
  "FifthDayEmail": true,
  "TenthDayEmail": true,
  "FourteenDayEmail": true,
  "EdgePackage": {
    "$id": "2",
    "Id": 1,
    "Name": "sample string 2",
    "MonthlyPriceGBP": 3.0,
    "AnnualPriceGBP": 4.0,
    "MonthlyPriceUSD": 5.0,
    "AnnualPriceUSD": 6.0,
    "MonthlyPriceEUR": 7.0,
    "AnnualPriceEUR": 8.0,
    "UsersAllowed": 9,
    "Status": "sample string 10",
    "TenantId": "sample string 11",
    "CreatedAt": "2026-06-20T19:35:40.5529419+00:00",
    "UpdatedAt": "2026-06-20T19:35:40.5529419+00:00",
    "Permissions": "sample string 13",
    "IsDefault": true,
    "TrialPeriod": 15,
    "EdgeSubscriptions": {
      "$id": "3",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  }
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: One or more errors occurred.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: One or more errors occurred.