POST api/ApplicationForm/Step6_SavePaymentDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "APP_Reg_No": "sample string 1",
  "APP_DI_Id_FK": 2,
  "APP_Project_Id_FK": 3,
  "ID_Payment_Mode": "sample string 4",
  "ID_Bank_Name": "sample string 5",
  "ID_branch": "sample string 6",
  "ID_Transaction_Id": "sample string 7",
  "ID_Payment_Date": "2026-03-09T14:15:49.0894565+05:30",
  "ID_Paid_Amount": 9.0,
  "ID_payment_Method": "sample string 10",
  "Appfee_Payment_Mode": "sample string 11",
  "Appfee_payment_Method": "sample string 12",
  "Appfee_Transaction_Id": "sample string 13",
  "Appfee_Payment_Date": "2026-03-09T14:15:49.0894565+05:30",
  "Appfee_Paid_Amount": 15.0,
  "Appfee_Bank_Name": "sample string 16",
  "Appfee_branch": "sample string 17",
  "manifesto": "sample string 18"
}

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 'Step6_PaymentModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.