---
title: MassExtendRenewalDateResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/massextendrenewaldateresponse
---

# MassExtendRenewalDateResponse

A response that indicates the server successfully received the subscription-renewal-date extension request.

## Declaration

```data
object MassExtendRenewalDateResponse
```

## Properties

requestIdentifier: A string that contains the UUID that identifies the subscription-renewal-date extension request.

## Mentioned in

App Store Server API changelog

## Discussion

Discussion The App Store server returns this response when you call the Extend Subscription Renewal Dates for All Active Subscribers endpoint. Because the endpoint runs asynchronously, this response means the App Store received your request and is processing it. The request may take multiple hours or days to complete, depending on the number of subscribers. As the App Store server processes your request, it sends notifications (App Store Server Notifications V2) in near real-time to report on each subscription it processes. Look for notifications with the notificationType of RENEWAL_EXTENSION and RENEWAL_EXTENDED. The server sends a RENEWAL_EXTENSION notification with a subtype of SUCCESS when it completes the request. The Get Status of Subscription Renewal Date Extensions endpoint reports on whether your request is complete. For completed requests, it also reports the count of successful and failed subscription-renewal-date extensions. For more information, see Extending the renewal date for auto-renewable subscriptions.

## 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)
- [MassExtendRenewalDateStatusResponse](appstoreserverapi/massextendrenewaldatestatusresponse.md)
