Forum Discussion
Question about subscription length
ChenguangHe - You can renew a subscription with a specific expiration date of up to three days only from the time of request. The expirationDateTime
property is required.
PATCH https://graph.microsoft.com/v1.0/subscriptions/{id}
Content-Type: application/json
{
"expirationDateTime": "2022-10-22T11:00:00.0000000Z"
}
If successful, Microsoft Graph returns a 200 OK
code and a subscription object in the body. The subscription object includes the new expirationDateTime
value.
Thanks,
Prasad Das
--------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- ChenguangHeNov 15, 2022Brass ContributorPrasad_Das-MSFT this problem has been solved. Thanks.
- Prasad_Das-MSFTNov 15, 2022Microsoft
ChenguangHe - Thanks for informing.
If the above provided response was helpful, please click "**Mark as Best Response**" and like it.
You can share your feedback via Microsoft Teams Developer Feedback link.