POST dispatcher/ajax?class={class}&method={method}&paramType={paramType}&urlReferrer={urlReferrer}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
class
No documentation available.

Define this parameter in the request URI.

method
No documentation available.

Define this parameter in the request URI.

paramType
No documentation available.

Define this parameter in the request URI.

urlReferrer
No documentation available.

Define this parameter in the request URI.

jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "data": {},
  "cachedKey": "sample string 4",
  "correlationId": "271749ad-2072-4b7b-b586-1889affeeb48",
  "jwtTokenForSPA": "sample string 6",
  "jwtTokenIndexForSPA": 1
}

application/xml, text/xml

Sample:
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
  <CachedKey>sample string 4</CachedKey>
  <Code>None</Code>
  <CorrelationId>271749ad-2072-4b7b-b586-1889affeeb48</CorrelationId>
  <Data />
  <IsDone>true</IsDone>
  <JwtTokenForSPA>sample string 6</JwtTokenForSPA>
  <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA>
  <Message>sample string 2</Message>
</ResultOutVO>