Update SaaS subscription
PUT/saas-api/public-api/update-saas-subscription/:locationId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Update SaaS subscription for given locationId and customerId
Request
Version stringrequired
API Version
Available options
2021-07-28locationId stringrequired
Location ID to update subscription for
- application/json
- Body
- Example (auto)
Bodyrequired
subscriptionIdstringrequired
Subscription ID
customerIdstringrequired
Customer ID
companyIdstringrequired
Company ID
{
"subscriptionId": "sub_1QDPY5FpU9DlKp7RQ8BXfywx",
"customerId": "cus_1QDPY5FpU9DlKp7RQ8BXfywx",
"companyId": "companyId1"
}
SaaS subscription updated successfully
- application/json
- Schema
- Example (auto)
Schema
stringstring
"string"