Contents

MassExtendRenewalDateStatusResponse

A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.

Declaration

object MassExtendRenewalDateStatusResponse

Properties

NameTypeDescription
requestIdentifierrequestIdentifier

The UUID that represents your request for a subscription-renewal-date extension.

completecomplete

A Boolean value that’s TRUE to indicate that the App Store completed your request to extend a subscription renewal date for all eligible subscribers.

The value is FALSE if the request is in progress.

completeDatecompleteDate

The date that the App Store completes the request.

Appears only if complete is TRUE.

failedCountfailedCount

The final count of subscribers that fail to receive a subscription-renewal-date extension.

Appears only if complete is TRUE.

succeededCountsucceededCount

The final count of subscribers that successfully receive a subscription-renewal-date extension.

Appears only if complete is TRUE.

Mentioned in

Discussion

The App Store server sends this response when you call the Get Status of Subscription Renewal Date Extensions endpoint. Your request to Extend Subscription Renewal Dates for All Active Subscribers is complete when the value of the complete field is TRUE. Otherwise, the request is still in progress.

The App Store server also sends real-time notifications as it’s processing the subscription-renewal-date extension, including notifications with notificationType values of RENEWAL_EXTENSION and RENEWAL_EXTENDED. For more information, see App Store Server Notifications. For more information about extending subscription renewal dates, see Extending the renewal date for auto-renewable subscriptions.

Topics

Data types

See Also

Subscription-renewal-date extension