POST api/Invester/GetInvesterPlanDiscount

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aPlanDiscount
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InvesterId": 1,
  "PlanId": 2,
  "PlanName": "sample string 3",
  "PlanPrice": 4,
  "PlanDiscountPercentage": 5,
  "PlanValidity": 6,
  "PlanDescription": "sample string 7",
  "WalletDiscountAmount": 8,
  "PromoDiscountAmount": 9,
  "TotalDiscountAmount": 10,
  "PaybleAmount": 11,
  "PromoCode": "sample string 12",
  "OzoMoneyCheck": 13,
  "Status": 14
}

text/html

Sample:
{"InvesterId":1,"PlanId":2,"PlanName":"sample string 3","PlanPrice":4,"PlanDiscountPercentage":5,"PlanValidity":6,"PlanDescription":"sample string 7","WalletDiscountAmount":8,"PromoDiscountAmount":9,"TotalDiscountAmount":10,"PaybleAmount":11,"PromoCode":"sample string 12","OzoMoneyCheck":13,"Status":14}

application/xml, text/xml

Sample:
<InvesterPlanBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <InvesterId>1</InvesterId>
  <OzoMoneyCheck>13</OzoMoneyCheck>
  <PaybleAmount>11</PaybleAmount>
  <PlanDescription>sample string 7</PlanDescription>
  <PlanDiscountPercentage>5</PlanDiscountPercentage>
  <PlanId>2</PlanId>
  <PlanName>sample string 3</PlanName>
  <PlanPrice>4</PlanPrice>
  <PlanValidity>6</PlanValidity>
  <PromoCode>sample string 12</PromoCode>
  <PromoDiscountAmount>9</PromoDiscountAmount>
  <Status>14</Status>
  <TotalDiscountAmount>10</TotalDiscountAmount>
  <WalletDiscountAmount>8</WalletDiscountAmount>
</InvesterPlanBO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2",
  "ResponseValue": {}
}

text/html

Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}

application/xml, text/xml

Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseValue />
</DataSubmit>