POST PropertiesPayment

Documentation for 'PropertiesPayment'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "PropertyRefNo": "sample string 2",
  "PaymentMonth": "sample string 3",
  "RentAmount": "sample string 4",
  "RentPayment": true,
  "RentDepositAmount": "sample string 6",
  "RentDepositPayment": true,
  "MaintenanceAmount": "sample string 8",
  "Maintenance": true,
  "TotalAmount": "sample string 10",
  "LandlordPANNumber": "sample string 11",
  "AddressProof": "sample string 12",
  "AddressProofImageUrl": "sample string 13",
  "YourPANNumber": "sample string 14",
  "TPIN": "sample string 15",
  "YourPanNumberProofImageUrl": "sample string 16"
}

text/xml

Sample:
<PropertyPaymentRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <AddressProof>sample string 12</AddressProof>
  <AddressProofImageUrl>sample string 13</AddressProofImageUrl>
  <LandlordPANNumber>sample string 11</LandlordPANNumber>
  <Maintenance>true</Maintenance>
  <MaintenanceAmount>sample string 8</MaintenanceAmount>
  <PaymentMonth>sample string 3</PaymentMonth>
  <PropertyRefNo>sample string 2</PropertyRefNo>
  <RentAmount>sample string 4</RentAmount>
  <RentDepositAmount>sample string 6</RentDepositAmount>
  <RentDepositPayment>true</RentDepositPayment>
  <RentPayment>true</RentPayment>
  <TPIN>sample string 15</TPIN>
  <Token>sample string 1</Token>
  <TotalAmount>sample string 10</TotalAmount>
  <UserID>17</UserID>
  <YourPANNumber>sample string 14</YourPANNumber>
  <YourPanNumberProofImageUrl>sample string 16</YourPanNumberProofImageUrl>
</PropertyPaymentRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body