Discussions

Ask a Question
Back to All

Clone event API returns 501 in version 20.3.171.213

Anyone else get a "ServiceNotAvailable" when making a post call to https://{{URL}}/api/Event/_execute ?

This seems to happen with every EMS I tried with the latest security hotfix.

{
                    "$type": "Asi.Soa.Events.DataContracts.EventCloneRequest, Asi.Contracts",
                    "EntityTypeName": "Event",
                    "OperationName": "CloneEvent",
                    "EventId":  "existing event code",
                    "EventCode":  "new event code"
                }