---
title: MassExtendRenewalDateStatusResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/massextendrenewaldatestatusresponse
---

# MassExtendRenewalDateStatusResponse

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

## Declaration

```data
object MassExtendRenewalDateStatusResponse
```

## Properties

requestIdentifier: The UUID that represents your request for a subscription-renewal-date extension. complete: 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. completeDate: The date that the App Store completes the request. Appears only if complete is TRUE. failedCount: The final count of subscribers that fail to receive a subscription-renewal-date extension. Appears only if complete is TRUE. succeededCount: The final count of subscribers that successfully receive a subscription-renewal-date extension. Appears only if complete is TRUE.

## Mentioned in

App Store Server API changelog

## Discussion

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

- [complete](appstoreserverapi/complete.md)
- [completeDate](appstoreserverapi/completedate.md)
- [failedCount](appstoreserverapi/failedcount.md)
- [succeededCount](appstoreserverapi/succeededcount.md)

## See Also

### Subscription-renewal-date extension

- [Extending the renewal date for auto-renewable subscriptions](appstoreserverapi/extending-the-renewal-date-for-auto-renewable-subscriptions.md)
- [Extend a Subscription Renewal Date](appstoreserverapi/extend-a-subscription-renewal-date.md)
- [Extend Subscription Renewal Dates for All Active Subscribers](appstoreserverapi/extend-subscription-renewal-dates-for-all-active-subscribers.md)
- [Get Status of Subscription Renewal Date Extensions](appstoreserverapi/get-status-of-subscription-renewal-date-extensions.md)
- [ExtendRenewalDateRequest](appstoreserverapi/extendrenewaldaterequest.md)
- [ExtendRenewalDateResponse](appstoreserverapi/extendrenewaldateresponse.md)
- [MassExtendRenewalDateRequest](appstoreserverapi/massextendrenewaldaterequest.md)
- [MassExtendRenewalDateResponse](appstoreserverapi/massextendrenewaldateresponse.md)
