---
title: ExtendRenewalDateResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/extendrenewaldateresponse
---

# ExtendRenewalDateResponse

A response that indicates whether an individual renewal-date extension succeeded, and related details.

## Declaration

```data
object ExtendRenewalDateResponse
```

## Properties

effectiveDate: The new subscription expiration date of a successful subscription-renewal-date extension. originalTransactionId: The original transaction identifier of the subscription that experienced a service interruption. success: A Boolean value that indicates whether the subscription-renewal-date extension succeeded. webOrderLineItemId: A unique ID that identifies subscription-purchase events, including subscription renewals, across devices.

## Mentioned in

Extending the renewal date for auto-renewable subscriptions

## Discussion

Discussion This object is the response data for the Extend a Subscription Renewal Date endpoint.

## Topics

### Response data types

- [effectiveDate](appstoreserverapi/effectivedate.md)
- [originalTransactionId](appstoreserverapi/originaltransactionid.md)
- [success](appstoreserverapi/success.md)
- [webOrderLineItemId](appstoreserverapi/weborderlineitemid.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)
- [MassExtendRenewalDateRequest](appstoreserverapi/massextendrenewaldaterequest.md)
- [MassExtendRenewalDateResponse](appstoreserverapi/massextendrenewaldateresponse.md)
- [MassExtendRenewalDateStatusResponse](appstoreserverapi/massextendrenewaldatestatusresponse.md)
