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": "0ec2c4b5-1cf3-4843-aa6c-6f1254f8b2ec",
"IsCustomerActive": true,
"TenantId": "sample string 2",
"PaymentMethodId": "sample string 3",
"SubscriptionId": "sample string 4",
"SubscriptionStatus": "sample string 5",
"SubscriptionStartTimeStamp": "2026-09-20T10:18:12.6754672+00:00",
"SubscriptionEndTimeStamp": "2026-09-20T10:18:12.6754672+00:00",
"CustomerId": "sample string 6",
"RpsAmount": 7.0,
"TotalBalanceDue": 1.0,
"ShopifyStoreId": "1e677027-8d74-4873-b99b-54bd8d9d3b57",
"CreatedDate": "2026-09-20T10:18:12.6910971+00:00",
"UpdatedDate": "2026-09-20T10:18:12.6910971+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-09-20T10:18:12.6910971+00:00</CreatedDate> <CustomerId>sample string 6</CustomerId> <Id>0ec2c4b5-1cf3-4843-aa6c-6f1254f8b2ec</Id> <IsCustomerActive>true</IsCustomerActive> <PaymentMethodId>sample string 3</PaymentMethodId> <RpsAmount>7</RpsAmount> <Shop>sample string 12</Shop> <ShopifyStoreId>1e677027-8d74-4873-b99b-54bd8d9d3b57</ShopifyStoreId> <Source>sample string 11</Source> <SubscriptionAmount>1</SubscriptionAmount> <SubscriptionEndTimeStamp>2026-09-20T10:18:12.6754672+00:00</SubscriptionEndTimeStamp> <SubscriptionId>sample string 4</SubscriptionId> <SubscriptionStartTimeStamp>2026-09-20T10:18:12.6754672+00:00</SubscriptionStartTimeStamp> <SubscriptionStatus>sample string 5</SubscriptionStatus> <TenantId>sample string 2</TenantId> <TotalBalanceDue>1</TotalBalanceDue> <UpdatedDate>2026-09-20T10:18:12.6910971+00:00</UpdatedDate> </WTSubscription>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": "7b4a3f66-3e14-4afe-8d8f-2e6289ef0acd",
"IsCustomerActive": true,
"TenantId": "sample string 2",
"PaymentMethodId": "sample string 3",
"SubscriptionId": "sample string 4",
"SubscriptionStatus": "sample string 5",
"SubscriptionStartTimeStamp": "2026-09-20T10:18:12.9880662+00:00",
"SubscriptionEndTimeStamp": "2026-09-20T10:18:12.9880662+00:00",
"CustomerId": "sample string 6",
"RpsAmount": 7.0,
"TotalBalanceDue": 1.0,
"ShopifyStoreId": "19e9dfde-9850-4482-84e8-0af871473371",
"CreatedDate": "2026-09-20T10:18:12.9880662+00:00",
"UpdatedDate": "2026-09-20T10:18:12.9880662+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-09-20T10:18:12.9880662+00:00</CreatedDate> <CustomerId>sample string 6</CustomerId> <Id>7b4a3f66-3e14-4afe-8d8f-2e6289ef0acd</Id> <IsCustomerActive>true</IsCustomerActive> <PaymentMethodId>sample string 3</PaymentMethodId> <RpsAmount>7</RpsAmount> <Shop>sample string 12</Shop> <ShopifyStoreId>19e9dfde-9850-4482-84e8-0af871473371</ShopifyStoreId> <Source>sample string 11</Source> <SubscriptionAmount>1</SubscriptionAmount> <SubscriptionEndTimeStamp>2026-09-20T10:18:12.9880662+00:00</SubscriptionEndTimeStamp> <SubscriptionId>sample string 4</SubscriptionId> <SubscriptionStartTimeStamp>2026-09-20T10:18:12.9880662+00:00</SubscriptionStartTimeStamp> <SubscriptionStatus>sample string 5</SubscriptionStatus> <TenantId>sample string 2</TenantId> <TotalBalanceDue>1</TotalBalanceDue> <UpdatedDate>2026-09-20T10:18:12.9880662+00:00</UpdatedDate> </WTSubscription>