POST api/ClusterPackage

Request Information

URI Parameters

None.

Body Parameters

OnlinePaymentForPackage
NameDescriptionTypeAdditional information
Regno

integer

None.

TotalPayableAmount

string

None.

PaymentMode

string

None.

ModeName

string

None.

CommentORRemark

string

None.

ChallanImage

string

None.

BankName

string

None.

BranchName

string

None.

ReferenceDate

string

None.

ReferenceNumber

string

None.

TransactionPassword

string

None.

GoogleAuthenticationCode

string

None.

WalletId

string

None.

AllPackageId

string

None.

AllPackageType

string

None.

AllPackageAmount

string

None.

AllPackageName

string

None.

NOOFATCCOIN

string

None.

InvestMentInINR

string

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Regno": 1,
  "TotalPayableAmount": "sample string 2",
  "PaymentMode": "sample string 3",
  "ModeName": "sample string 4",
  "CommentORRemark": "sample string 5",
  "ChallanImage": "sample string 6",
  "BankName": "sample string 7",
  "BranchName": "sample string 8",
  "ReferenceDate": "sample string 9",
  "ReferenceNumber": "sample string 10",
  "TransactionPassword": "sample string 11",
  "GoogleAuthenticationCode": "sample string 12",
  "WalletId": "sample string 13",
  "AllPackageId": "sample string 14",
  "AllPackageType": "sample string 15",
  "AllPackageAmount": "sample string 16",
  "AllPackageName": "sample string 17",
  "NOOFATCCOIN": "sample string 18",
  "InvestMentInINR": "sample string 19",
  "UserName": "sample string 20"
}

application/xml, text/xml

Sample:
<OnlinePaymentForPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <AllPackageAmount>sample string 16</AllPackageAmount>
  <AllPackageId>sample string 14</AllPackageId>
  <AllPackageName>sample string 17</AllPackageName>
  <AllPackageType>sample string 15</AllPackageType>
  <BankName>sample string 7</BankName>
  <BranchName>sample string 8</BranchName>
  <ChallanImage>sample string 6</ChallanImage>
  <CommentORRemark>sample string 5</CommentORRemark>
  <GoogleAuthenticationCode>sample string 12</GoogleAuthenticationCode>
  <InvestMentInINR>sample string 19</InvestMentInINR>
  <ModeName>sample string 4</ModeName>
  <NOOFATCCOIN>sample string 18</NOOFATCCOIN>
  <PaymentMode>sample string 3</PaymentMode>
  <ReferenceDate>sample string 9</ReferenceDate>
  <ReferenceNumber>sample string 10</ReferenceNumber>
  <Regno>1</Regno>
  <TotalPayableAmount>sample string 2</TotalPayableAmount>
  <TransactionPassword>sample string 11</TransactionPassword>
  <UserName>sample string 20</UserName>
  <WalletId>sample string 13</WalletId>
</OnlinePaymentForPackage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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