Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request body:

Code Block
{
    "method": "AxxonSoftaxxonsoft.bl.auth.AuthenticationService.AuthenticateEx",
    "data": {
        "user_name" : "root",
        "password" : "root"
    }
}

...

Request body:

Code Block
{
	"method": "AxxonSoftaxxonsoft.bl.auth.AuthenticationService.RenewSession",
	"data":
	{		
	}
}

...

Request body:

Code Block
{
	"method": "AxxonSoftaxxonsoft.bl.auth.AuthenticationService.CloseSession",
	"data":
	{
	}
}

...