PUT api/EdgeSubscriptionStripe/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

stripe
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "96445e17-407d-4746-91ed-6f0c6cd74f7c",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-03-21T21:09:28.7179716+00:00",
  "SubscriptionEndTimeStamp": "2026-03-21T21:09:28.7179716+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-03-21T21:09:28.7179716+00:00",
    "UpdatedAt": "2026-03-21T21:09:28.7179716+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": "d6f1bb23-0b5b-4952-ab2d-42c9ef70f773",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-03-21T21:09:28.8273815+00:00",
  "SubscriptionEndTimeStamp": "2026-03-21T21:09:28.8273815+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-03-21T21:09:28.8273815+00:00",
    "UpdatedAt": "2026-03-21T21:09:28.8273815+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.