GET api/PoctLogin/Payment

Request Information

URI Parameters

None.

Body Parameters

PaymentAdd
NameDescriptionTypeAdditional information
CourseID

string

None.

EmailID

string

None.

TranscationID

string

None.

Amount

decimal number

None.

PaymentDate

date

None.

CourseStartDate

date

None.

Allow

boolean

None.

BatchID

integer

None.

TranscationStatus

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "CourseID": "sample string 1",
  "EmailID": "sample string 2",
  "TranscationID": "sample string 3",
  "Amount": 4.0,
  "PaymentDate": "2024-10-16T15:30:41.961016+05:00",
  "CourseStartDate": "2024-10-16T15:30:41.961016+05:00",
  "Allow": true,
  "BatchID": 8,
  "TranscationStatus": "sample string 9"
}

application/xml, text/xml

Sample:
<Login.PaymentAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Allow>true</Allow>
  <Amount>4</Amount>
  <BatchID>8</BatchID>
  <CourseID>sample string 1</CourseID>
  <CourseStartDate>2024-10-16T15:30:41.961016+05:00</CourseStartDate>
  <EmailID>sample string 2</EmailID>
  <PaymentDate>2024-10-16T15:30:41.961016+05:00</PaymentDate>
  <TranscationID>sample string 3</TranscationID>
  <TranscationStatus>sample string 9</TranscationStatus>
</Login.PaymentAdd>

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, text/html

Sample:

Sample not available.