Update a subscription purchase by ID
PUT/organizations/:organizationId/projects/:projectId/platforms/android/devices/:deviceId/subscriptions/:purchaseId
Update a subscription purchase by ID
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
deviceId stringrequired
purchaseId stringrequired
- application/json
Body
required
eventType stringrequired
Possible values: [PURCHASE, PURCHASE_PENDING, ACKNOWLEDGE, PAUSE, CANCEL, REVOKE, START_GRACE_PERIOD, HOLD, EXPIRE, PRICE_CHANGE, DEFER, CHANGE_PLAN, RENEW, RESTART]
Responses
- 200
Subscription purchase updated successfully
Loading...