POST RedeemVoucher

Request Information

URI Parameters

None.

Body Parameters

inboundSMSForwordModel
NameDescriptionTypeAdditional information
AuthToken

string

None.

TelNo

integer

None.

SenderName

string

None.

Body

string

None.

RecivedTime

date

None.

SenderTelNo

string

None.

DeviceTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthToken": "sample string 1",
  "TelNo": 2,
  "SenderName": "sample string 3",
  "Body": "sample string 4",
  "RecivedTime": "2024-05-19T03:26:58.8155259+00:00",
  "SenderTelNo": "sample string 6",
  "DeviceTime": "2024-05-19T03:26:58.8155259+00:00"
}

text/xml

Sample:
<inboundSMSForwordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models">
  <AuthToken>sample string 1</AuthToken>
  <Body>sample string 4</Body>
  <DeviceTime>2024-05-19T03:26:58.8155259+00:00</DeviceTime>
  <RecivedTime>2024-05-19T03:26:58.8155259+00:00</RecivedTime>
  <SenderName>sample string 3</SenderName>
  <SenderTelNo>sample string 6</SenderTelNo>
  <TelNo>2</TelNo>
</inboundSMSForwordModel>

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 'inboundSMSForwordModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.