Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 698 Bytes

resume-subscription-request.md

File metadata and controls

26 lines (17 loc) · 698 Bytes

Resume Subscription Request

Defines input parameters in a request to the ResumeSubscription endpoint.

Structure

ResumeSubscriptionRequest

Fields

Name Type Tags Description
resumeEffectiveDate string | undefined Optional The YYYY-MM-DD-formatted date when the subscription reactivated.
resumeChangeTiming string | undefined Optional Supported timings when a pending change, as an action, takes place to a subscription.

Example (as JSON)

{
  "resume_effective_date": null,
  "resume_change_timing": null
}