Query on Route event - routeUpdated.
Hi Team,
We have a scenario where a non-working time is assigned to a Resource in OFSC, an integration should be triggered to take the change back to Source system.
From the documentation we could find that the Route Event - 'routeUpdated' occurs when a resource's working calendar is changed. We created a subscription using this event.
The following is the payload used:-
{
"subscriptionConfig":[
{
"events" : ["routeUpdated"],
"routeChanges" : [
"date",
"resourceId",
"calendarTimeFrom",
"calendarTimeTo"
]
}
]
}
However this is not working. Can somebody help us understand if this the event we should be using for this scenario. Also if some sample payloads can be provided that would be really helpful.