POST api/Administrator/SavePaymentGatewayDetail

Request Information

URI Parameters

None.

Body Parameters

PaymentGatewayDetailModel
NameDescriptionTypeAdditional information
ReceiptNo

string

None.

AdmissionNo

string

None.

StudentName

string

None.

MobileNo

string

None.

EmailId

string

None.

FeeForMonth

string

None.

AccountType

string

None.

Account1

decimal number

None.

Account2

decimal number

None.

Amount

decimal number

None.

ID

integer

None.

SelectedPaymentGatewayID

integer

None.

PaymentGatewayName

string

None.

SelectedKitType

string

None.

AccountID

string

None.

Password

string

None.

ProductID

string

None.

ReturnURL

string

None.

CancelURL

string

None.

Key1

string

None.

Key2

string

None.

Session

string

None.

PaymentGatewayStatus

boolean

None.

CreateDate

date

None.

DomainID

integer

None.

ProductIDJSON

string

None.

Status

integer

None.

Message

string

None.

Domain

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReceiptNo": "sample string 1",
  "AdmissionNo": "sample string 2",
  "StudentName": "sample string 3",
  "MobileNo": "sample string 4",
  "EmailId": "sample string 5",
  "FeeForMonth": "sample string 6",
  "AccountType": "sample string 7",
  "Account1": 8.0,
  "Account2": 9.0,
  "Amount": 10.0,
  "ID": 11,
  "SelectedPaymentGatewayID": 12,
  "PaymentGatewayName": "sample string 13",
  "SelectedKitType": "sample string 14",
  "AccountID": "sample string 15",
  "Password": "sample string 16",
  "ProductID": "sample string 17",
  "ReturnURL": "sample string 18",
  "CancelURL": "sample string 19",
  "Key1": "sample string 20",
  "Key2": "sample string 21",
  "Session": "sample string 22",
  "PaymentGatewayStatus": true,
  "CreateDate": "2025-04-04T02:50:31.0068703+05:30",
  "DomainID": 24,
  "ProductIDJSON": "sample string 25",
  "Status": 26,
  "Message": "sample string 27",
  "Domain": "sample string 28"
}

application/xml, text/xml

Sample:
<PaymentGatewayDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.MasterModels">
  <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 28</Domain>
  <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 27</Message>
  <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">26</Status>
  <Account1>8</Account1>
  <Account2>9</Account2>
  <AccountID>sample string 15</AccountID>
  <AccountType>sample string 7</AccountType>
  <AdmissionNo>sample string 2</AdmissionNo>
  <Amount>10</Amount>
  <CancelURL>sample string 19</CancelURL>
  <CreateDate>2025-04-04T02:50:31.0224848+05:30</CreateDate>
  <DomainID>24</DomainID>
  <EmailId>sample string 5</EmailId>
  <FeeForMonth>sample string 6</FeeForMonth>
  <ID>11</ID>
  <Key1>sample string 20</Key1>
  <Key2>sample string 21</Key2>
  <MobileNo>sample string 4</MobileNo>
  <Password>sample string 16</Password>
  <PaymentGatewayName>sample string 13</PaymentGatewayName>
  <PaymentGatewayStatus>true</PaymentGatewayStatus>
  <ProductID>sample string 17</ProductID>
  <ProductIDJSON>sample string 25</ProductIDJSON>
  <ReceiptNo>sample string 1</ReceiptNo>
  <ReturnURL>sample string 18</ReturnURL>
  <SelectedKitType>sample string 14</SelectedKitType>
  <SelectedPaymentGatewayID>12</SelectedPaymentGatewayID>
  <Session>sample string 22</Session>
  <StudentName>sample string 3</StudentName>
</PaymentGatewayDetailModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.