v1

latestOpenAPI 3.0.02026-07-2636111249.2 KB
Subscription API

Update Next Billing Date

Modifies the next billing date for a subscription. This endpoint is commonly used to extend a billing period.<br /> For XML examples and schemas, see the Additional Examples - Update Next Billing Date.

post/subscription/updatenextbillingdate

Headers

Accept'application/json' | 'application/xml'

Expected response format.

Content-Type'application/json' | 'application/xml'

Format of the HTTP post body.

Request body

NextBillingDatestring date-time required

Next billing date and time according to RFC3339. The billing date and time must be in the future. You must specify the time in UTC.

SubscriptionIdstring required

Unique ID of the subscription, with or without an initial 'S'.

Response

OK

ResultMessagestring

Optional result or error message.