POST OnlinePayment/grayquest_createAppln

Request Information

URI Parameters

None.

Body Parameters

gqCreateAppln
NameDescriptionTypeAdditional information
customer_id

integer

None.

student_details

StudentDetails

None.

fee_details

FeeDetails

None.

customer_details

CustomerDetails

None.

kyc_details

KycDetails

None.

residential_details

ResidentialDetails

None.

employment_details

EmploymentDetails

None.

notes

Notes

None.

Request Formats

application/json, text/json

Sample:
{
  "customer_id": 1,
  "student_details": {
    "student_id": "sample string 1",
    "student_first_name": "sample string 2",
    "student_middle_name": "sample string 3",
    "student_last_name": "sample string 4",
    "student_type": "sample string 5",
    "student_class_id": 6
  },
  "fee_details": {
    "loan_amount": 1
  },
  "customer_details": {
    "customer_first_name": "sample string 1",
    "customer_middle_name": "sample string 2",
    "customer_last_name": "sample string 3",
    "customer_dob": "sample string 4",
    "customer_gender": "sample string 5",
    "customer_email": "sample string 6",
    "customer_marital_status": "sample string 7"
  },
  "kyc_details": {
    "pan_number": "sample string 1",
    "driving_license_number": "sample string 2",
    "passport_number": "sample string 3",
    "voter_id_number": "sample string 4"
  },
  "residential_details": {
    "residential_addr_line_1": "sample string 1",
    "residential_addr_line_2": "sample string 2",
    "residential_type": "sample string 3",
    "residential_period": "sample string 4",
    "residential_pincode": "sample string 5",
    "residential_city": "sample string 6",
    "residential_state": "sample string 7"
  },
  "employment_details": {
    "income_type": "sample string 1",
    "employer_name": "sample string 2",
    "net_monthly_salary": 3,
    "work_experience": "sample string 4"
  },
  "notes": {
    "About": "sample string 1"
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'gqCreateAppln'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.