POST GetPropertyListByID
Request Information
URI Parameters
None.
Body Parameters
PropertyMasterName | Description | Type | Additional information |
---|---|---|---|
ReturnVal | integer |
None. |
|
ItsID | integer |
None. |
|
QardanDate | date |
None. |
|
MemberID | integer |
None. |
|
PaymentAc | string |
None. |
|
PaymentDate | date |
None. |
|
PaymentAmt | integer |
None. |
|
ChequeNo | string |
None. |
|
ChequeDate | date |
None. |
|
PropID | integer |
None. |
|
PropName | string |
None. |
|
PropAddress1 | string |
None. |
|
PropAddress2 | string |
None. |
|
PropAddress3 | string |
None. |
|
PropCityID | integer |
None. |
|
PropPostCode | string |
None. |
|
PropUpgradeAmt | integer |
None. |
|
PropValue | integer |
None. |
|
PurchaseDate | date |
None. |
|
PropBoughtAmt | integer |
None. |
|
QardanAmt | integer |
None. |
|
StatusID | integer |
None. |
|
CreatedBy | integer |
None. |
|
CreationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReturnVal": 1, "ItsID": 2, "QardanDate": "2024-12-05T01:29:28.4253767+00:00", "MemberID": 4, "PaymentAc": "sample string 5", "PaymentDate": "2024-12-05T01:29:28.4253767+00:00", "PaymentAmt": 7, "ChequeNo": "sample string 8", "ChequeDate": "2024-12-05T01:29:28.4253767+00:00", "PropID": 10, "PropName": "sample string 11", "PropAddress1": "sample string 12", "PropAddress2": "sample string 13", "PropAddress3": "sample string 14", "PropCityID": 15, "PropPostCode": "sample string 16", "PropUpgradeAmt": 17, "PropValue": 18, "PurchaseDate": "2024-12-05T01:29:28.4253767+00:00", "PropBoughtAmt": 20, "QardanAmt": 21, "StatusID": 22, "CreatedBy": 23, "CreationDate": "2024-12-05T01:29:28.4253767+00:00" }
application/xml, text/xml
Sample:
<PropertyMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestingWebApi"> <ChequeDate>2024-12-05T01:29:28.4253767+00:00</ChequeDate> <ChequeNo>sample string 8</ChequeNo> <CreatedBy>23</CreatedBy> <CreationDate>2024-12-05T01:29:28.4253767+00:00</CreationDate> <ItsID>2</ItsID> <MemberID>4</MemberID> <PaymentAc>sample string 5</PaymentAc> <PaymentAmt>7</PaymentAmt> <PaymentDate>2024-12-05T01:29:28.4253767+00:00</PaymentDate> <PropAddress1>sample string 12</PropAddress1> <PropAddress2>sample string 13</PropAddress2> <PropAddress3>sample string 14</PropAddress3> <PropBoughtAmt>20</PropBoughtAmt> <PropCityID>15</PropCityID> <PropID>10</PropID> <PropName>sample string 11</PropName> <PropPostCode>sample string 16</PropPostCode> <PropUpgradeAmt>17</PropUpgradeAmt> <PropValue>18</PropValue> <PurchaseDate>2024-12-05T01:29:28.4253767+00:00</PurchaseDate> <QardanAmt>21</QardanAmt> <QardanDate>2024-12-05T01:29:28.4253767+00:00</QardanDate> <ReturnVal>1</ReturnVal> <StatusID>22</StatusID> </PropertyMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |