POST api/Master/AddUpdateSubscriptionPlan

Request Information

URI Parameters

None.

Body Parameters

SubscriptionPlanDc
NameDescriptionTypeAdditional information
SubscriptionPlanId

integer

None.

SubscriptionPlan

string

None.

SubscriptionPlanDesc

string

None.

PaymentType

string

None.

Amount

string

None.

Color

string

None.

IsActive

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SubscriptionPlanId": 1,
  "SubscriptionPlan": "sample string 2",
  "SubscriptionPlanDesc": "sample string 3",
  "PaymentType": "sample string 4",
  "Amount": "sample string 5",
  "Color": "sample string 6",
  "IsActive": true,
  "CreatedDate": "2026-01-11T04:13:28.3874925+00:00",
  "UpdatedDate": "2026-01-11T04:13:28.3874925+00:00"
}

text/html

Sample:
{"SubscriptionPlanId":1,"SubscriptionPlan":"sample string 2","SubscriptionPlanDesc":"sample string 3","PaymentType":"sample string 4","Amount":"sample string 5","Color":"sample string 6","IsActive":true,"CreatedDate":"2026-01-11T04:13:28.3874925+00:00","UpdatedDate":"2026-01-11T04:13:28.3874925+00:00"}

application/xml, text/xml

Sample:
<SubscriptionPlanDc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BillGeneration.DataContract">
  <Amount>sample string 5</Amount>
  <Color>sample string 6</Color>
  <CreatedDate>2026-01-11T04:13:28.3874925+00:00</CreatedDate>
  <IsActive>true</IsActive>
  <PaymentType>sample string 4</PaymentType>
  <SubscriptionPlan>sample string 2</SubscriptionPlan>
  <SubscriptionPlanDesc>sample string 3</SubscriptionPlanDesc>
  <SubscriptionPlanId>1</SubscriptionPlanId>
  <UpdatedDate>2026-01-11T04:13:28.3874925+00:00</UpdatedDate>
</SubscriptionPlanDc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>