POST api/ExternalDispatch/SendAsyncRequestToAPI?API_URL={API_URL}&ControllerName={ControllerName}&MethodName={MethodName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
API_URL
No documentation available.

Define this parameter in the request URI.

ControllerName
No documentation available.

Define this parameter in the request URI.

MethodName
No documentation available.

Define this parameter in the request URI.

AllTripRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4",
  "sample string 5": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/plain

Sample:

Sample not available.