Update Subscription

Update a subscription's details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To change the renewal date of a subscription, you can use this endpoint with a PUT request.

Input the subscriptionId of the one you want to update in the path params. and in the request body, provide the new nextCycleDate in ISO 8601 format.

Path Params
string
required

The unique identifier of the subscription.

Body Params

A Data Transfer Object (DTO) for updating an existing patient subscription. It allows for changes to the subscription's status and its next billing cycle date.

date-time
required

The new date for the next billing cycle in ISO 8601 format. This is used to reschedule a subscription's renewal.

status
object
required

The new status of the subscription.

Headers
string
required

A Valid JWT Authentication token.

string

Your unique Organization ID. This header is only required when using a custom portal domain, otherwise it is optional.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json