POST api/UserPmWani?token={token}&publicKey={publicKey}&privateKey={privateKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

publicKey

string

Required

privateKey

string

Required

Body Parameters

None.

Response Information

Resource Description

SignatureCaptivePortal
NameDescriptionTypeAdditional information
ver

string

None.

app-provider-id

string

None.

app-provider-name

string

None.

timestamp

string

None.

Username

string

None.

Password

string

None.

apMacId

string

None.

payment-address

string

None.

deviceMacId

string

None.

signature

string

None.

key-exp

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ver": "sample string 1",
  "app-provider-id": "sample string 2",
  "app-provider-name": "sample string 3",
  "timestamp": "sample string 4",
  "Username": "sample string 5",
  "Password": "sample string 6",
  "apMacId": "sample string 7",
  "payment-address": "sample string 8",
  "deviceMacId": "sample string 9",
  "signature": "sample string 10",
  "key-exp": "sample string 11"
}

application/xml, text/xml

Sample:
<UserPmWaniController.SignatureCaptivePortal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/com.pmwaniapi.com.Controllers">
  <Password>sample string 6</Password>
  <Username>sample string 5</Username>
  <apMacId>sample string 7</apMacId>
  <appproviderid>sample string 2</appproviderid>
  <appprovidername>sample string 3</appprovidername>
  <deviceMacId>sample string 9</deviceMacId>
  <keyexp>sample string 11</keyexp>
  <paymentaddress>sample string 8</paymentaddress>
  <signature>sample string 10</signature>
  <timestamp>sample string 4</timestamp>
  <ver>sample string 1</ver>
</UserPmWaniController.SignatureCaptivePortal>