POST API/Subscriber/LTRProcessOffer

Request Information

URI Parameters

None.

Body Parameters

LTRProcessOffer
NameDescriptionTypeAdditional information
SMSID

integer

None.

ChequeNo

string

None.

RechargeAmount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SMSID": 1,
  "ChequeNo": "sample string 2",
  "RechargeAmount": 3
}

application/xml, text/xml

Sample:
<LTRProcessOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Master">
  <ChequeNo>sample string 2</ChequeNo>
  <RechargeAmount>3</RechargeAmount>
  <SMSID>1</SMSID>
</LTRProcessOffer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.