PUT api/Stripe/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "58e4b6c8-5c98-447b-8448-2ea5b2a58223",
"IsCustomerActive": true,
"TenantId": "sample string 2",
"PaymentMethodId": "sample string 3",
"SubscriptionId": "sample string 4",
"SubscriptionStatus": "sample string 5",
"SubscriptionStartTimeStamp": "2026-05-06T12:53:47.2676775+00:00",
"SubscriptionEndTimeStamp": "2026-05-06T12:53:47.2676775+00:00",
"CustomerId": "sample string 6",
"RpsAmount": 7.0,
"TotalBalanceDue": 1.0,
"ShopifyStoreId": "8fb447a7-e7c5-4117-ba89-2350c3ae9b90",
"CreatedDate": "2026-05-06T12:53:47.2676775+00:00",
"UpdatedDate": "2026-05-06T12:53:47.2676775+00:00",
"AppPricingInterval": "sample string 8",
"SubscriptionAmount": 1.0,
"CouponCode": "sample string 9",
"ChargeId": "sample string 10",
"Source": "sample string 11",
"Shop": "sample string 12"
}
application/xml, text/xml
Sample:
<WTSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <AppPricingInterval>sample string 8</AppPricingInterval> <ChargeId>sample string 10</ChargeId> <CouponCode>sample string 9</CouponCode> <CreatedDate>2026-05-06T12:53:47.2676775+00:00</CreatedDate> <CustomerId>sample string 6</CustomerId> <Id>58e4b6c8-5c98-447b-8448-2ea5b2a58223</Id> <IsCustomerActive>true</IsCustomerActive> <PaymentMethodId>sample string 3</PaymentMethodId> <RpsAmount>7</RpsAmount> <Shop>sample string 12</Shop> <ShopifyStoreId>8fb447a7-e7c5-4117-ba89-2350c3ae9b90</ShopifyStoreId> <Source>sample string 11</Source> <SubscriptionAmount>1</SubscriptionAmount> <SubscriptionEndTimeStamp>2026-05-06T12:53:47.2676775+00:00</SubscriptionEndTimeStamp> <SubscriptionId>sample string 4</SubscriptionId> <SubscriptionStartTimeStamp>2026-05-06T12:53:47.2676775+00:00</SubscriptionStartTimeStamp> <SubscriptionStatus>sample string 5</SubscriptionStatus> <TenantId>sample string 2</TenantId> <TotalBalanceDue>1</TotalBalanceDue> <UpdatedDate>2026-05-06T12:53:47.2676775+00:00</UpdatedDate> </WTSubscription>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": "0496c49e-0590-4721-bb32-3925e64bd56c",
"IsCustomerActive": true,
"TenantId": "sample string 2",
"PaymentMethodId": "sample string 3",
"SubscriptionId": "sample string 4",
"SubscriptionStatus": "sample string 5",
"SubscriptionStartTimeStamp": "2026-05-06T12:53:47.6115377+00:00",
"SubscriptionEndTimeStamp": "2026-05-06T12:53:47.6115377+00:00",
"CustomerId": "sample string 6",
"RpsAmount": 7.0,
"TotalBalanceDue": 1.0,
"ShopifyStoreId": "a4863a25-f837-4eb6-8cd4-1098964ea46e",
"CreatedDate": "2026-05-06T12:53:47.6115377+00:00",
"UpdatedDate": "2026-05-06T12:53:47.6115377+00:00",
"AppPricingInterval": "sample string 8",
"SubscriptionAmount": 1.0,
"CouponCode": "sample string 9",
"ChargeId": "sample string 10",
"Source": "sample string 11",
"Shop": "sample string 12"
}
application/xml, text/xml
Sample:
<WTSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <AppPricingInterval>sample string 8</AppPricingInterval> <ChargeId>sample string 10</ChargeId> <CouponCode>sample string 9</CouponCode> <CreatedDate>2026-05-06T12:53:47.6115377+00:00</CreatedDate> <CustomerId>sample string 6</CustomerId> <Id>0496c49e-0590-4721-bb32-3925e64bd56c</Id> <IsCustomerActive>true</IsCustomerActive> <PaymentMethodId>sample string 3</PaymentMethodId> <RpsAmount>7</RpsAmount> <Shop>sample string 12</Shop> <ShopifyStoreId>a4863a25-f837-4eb6-8cd4-1098964ea46e</ShopifyStoreId> <Source>sample string 11</Source> <SubscriptionAmount>1</SubscriptionAmount> <SubscriptionEndTimeStamp>2026-05-06T12:53:47.6115377+00:00</SubscriptionEndTimeStamp> <SubscriptionId>sample string 4</SubscriptionId> <SubscriptionStartTimeStamp>2026-05-06T12:53:47.6115377+00:00</SubscriptionStartTimeStamp> <SubscriptionStatus>sample string 5</SubscriptionStatus> <TenantId>sample string 2</TenantId> <TotalBalanceDue>1</TotalBalanceDue> <UpdatedDate>2026-05-06T12:53:47.6115377+00:00</UpdatedDate> </WTSubscription>