POST api/PlanAPI/AddUpdate

Request Information

URI Parameters

None.

Body Parameters

PlanViewModel
NameDescriptionTypeAdditional information
planid

integer

None.

serviceid

integer

None.

planname

string

None.

price

decimal number

None.

downloaddata

integer

None.

expirationdays

integer

None.

createddate

date

None.

createdby

integer

None.

lastmodifyby

integer

None.

lastmodifydatetime

date

None.

isdeleted

boolean

None.

deleteddatetime

date

None.

deletedby

boolean

None.

description

string

None.

uploaddata

integer

None.

combinedata

integer

None.

onlinetime

integer

None.

timebaseexp

integer

None.

days_months

string

None.

servicename

string

None.

lsttimebaseexp

Collection of SelectListItem

None.

lstservices

Collection of SelectListItem

None.

lstplan

Collection of PlanViewModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

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.