POST api/Trips/SendAsyncAPI?APIURL={APIURL}&UserName={UserName}&Password={Password}&ControllerName={ControllerName}&MethodName={MethodName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
APIURL
No documentation available.

Define this parameter in the request URI.

UserName
No documentation available.

Define this parameter in the request URI.

Password
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.

Params
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/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringstring>
    <Key>sample string 1</Key>
    <Value>sample string 2</Value>
  </KeyValueOfstringstring>
  <KeyValueOfstringstring>
    <Key>sample string 3</Key>
    <Value>sample string 4</Value>
  </KeyValueOfstringstring>
  <KeyValueOfstringstring>
    <Key>sample string 5</Key>
    <Value>sample string 6</Value>
  </KeyValueOfstringstring>
</ArrayOfKeyValueOfstringstring>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Dictionary`2'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

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