POST api/PaymentConfiguration/Payinstallment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PayInstallmentModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PCA_Amount": 1.0,
  "PCA_InstallmemntNo": "sample string 2",
  "P_PaymentMode": "sample string 3",
  "P_BankId": 4,
  "APP_No": "sample string 5",
  "P_Ban_Trans_Ref_No": "sample string 6",
  "P_Applicant_pay_Date": "2024-12-27T06:23:45.2958335+05:30"
}

application/xml, text/xml

Sample:
<PayInstallmentModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <APP_No>sample string 5</APP_No>
  <PCA_Amount>1</PCA_Amount>
  <PCA_InstallmemntNo>sample string 2</PCA_InstallmemntNo>
  <P_Applicant_pay_Date>2024-12-27T06:23:45.2958335+05:30</P_Applicant_pay_Date>
  <P_Ban_Trans_Ref_No>sample string 6</P_Ban_Trans_Ref_No>
  <P_BankId>4</P_BankId>
  <P_PaymentMode>sample string 3</P_PaymentMode>
</PayInstallmentModels>

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.