POST api/Subscribtion/Renew

Request Information

URI Parameters

None.

Body Parameters

RenewSubscriptionModel
NameDescriptionTypeAdditional information
EndPointID

integer

None.

PlanID

integer

None.

CardNo

integer

None.

PaymentCardNo

integer

None.

PaymentCode

integer

None.

Counter

integer

None.

SCC

integer

None.

LangID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EndPointID": 1,
  "PlanID": 2,
  "CardNo": 3,
  "PaymentCardNo": 4,
  "PaymentCode": 5,
  "Counter": 6,
  "SCC": 7,
  "LangID": 8
}

text/xml

Sample:
<RenewSubscriptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models">
  <CardNo>3</CardNo>
  <Counter>6</Counter>
  <EndPointID>1</EndPointID>
  <LangID>8</LangID>
  <PaymentCardNo>4</PaymentCardNo>
  <PaymentCode>5</PaymentCode>
  <PlanID>2</PlanID>
  <SCC>7</SCC>
</RenewSubscriptionModel>

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

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.