PersonWantsOrg "Method MakeDecision was not found."

Hello! 

1IM 8.1 

I need approve request over API. 

When I do request 

"https://server/api/entity/PersonWantsOrg/dd74829c-73fa-4d1e-b8ae-059f517c783e/method/MakeDecision" I get error: 

{"responseStatus":{"errorCode":"NotFound","message":"Method MakeDecision was not found.","errors":[]}}

User assigned to Common_StartCustomizerMethods program function.

How I can fix it? 

Parents Reply
  • In log the Application Server: 

     в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       в ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__13.MoveNext()
    2020-01-30 17:56:35.5422 ERROR (ObjectLog b54fdd30-5a58-4e23-a971-a2cc7a381c6a) : [ServiceStack.HttpError] Method MakeDecision was not found.
     ServiceStack.HttpError: Method MakeDecision was not found.
       в QBM.AppServer.Api.SingleService.<Put>d__4.MoveNext()

    When I use:

    {
        "parameters":  [
                       "d6d14a3a-c8fd-46fe-9daf-9a61a8d4180d",
                       "True",
                       "ok"
        ]
    }

    I get same error: "Method MakeDecision was not found."

Children