POST api/MobileWallets/OtherConfirm

Request Information

URI Parameters

None.

Body Parameters

Relay
NameDescriptionTypeAdditional information
data

Object

None.

data_add

Object

None.

hash

string

None.

message

string

None.

mobile

string

None.

network

string

None.

serviceCode

string

None.

session

string

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {},
  "data_add": {},
  "hash": "sample string 3",
  "message": "sample string 4",
  "mobile": "sample string 5",
  "network": "sample string 6",
  "serviceCode": "sample string 7",
  "session": "sample string 8",
  "status": "sample string 9"
}

text/html

Sample:
{"data":{},"data_add":{},"hash":"sample string 3","message":"sample string 4","mobile":"sample string 5","network":"sample string 6","serviceCode":"sample string 7","session":"sample string 8","status":"sample string 9"}

application/xml, text/xml

Sample:
<Relay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccessZambia.Gateway.Models">
  <data />
  <data_add />
  <hash>sample string 3</hash>
  <message>sample string 4</message>
  <mobile>sample string 5</mobile>
  <network>sample string 6</network>
  <serviceCode>sample string 7</serviceCode>
  <session>sample string 8</session>
  <status>sample string 9</status>
</Relay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.