POST api/pmwanii/waniaptoken

Request Information

URI Parameters

None.

Body Parameters

waniapptoken
NameDescriptionTypeAdditional information
wanitoken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "wanitoken": "sample string 1"
}

application/xml, text/xml

Sample:
<waniapptoken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/com.pmwaniapi.com.Models">
  <wanitoken>sample string 1</wanitoken>
</waniapptoken>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpRequestMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

Method

HttpMethod

None.

RequestUri

URI

None.

Headers

Collection of Object

None.

Properties

Dictionary of string [key] and Object [value]

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.