How to extend or update the expiry date of the Event Subscription in Field Service Cloud?
Summary:
Need guidance on extending the expiry date of an existing Event Subscription in OFS. The subscription was created successfully, but the expiry date is automatically set to the next day.
Content (please ensure you mask any confidential information):
We are using the Event Subscriptions API in Oracle Field Service:
/rest/ofscCore/v1/events/subscriptions
We created a new event subscription successfully, but noticed that the expires value is automatically set to the next day.
We tried using:
PATCH /rest/ofscCore/v1/events/subscriptions/{subscriptionId}
but PATCH is not allowed.
We also attempted using PUT with the updated expires value, but would like confirmation on the correct approach recommended by Oracle.
Tagged:
0