POST api/PropertyRegister/SaveExchange
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ExchangePropModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PE_Old_Pr_No": "sample string 1",
"PE_Excng_Pr_No": "sample string 2",
"PE_Advice_Ref": "sample string 3",
"PE_Excng_date": "2025-12-19T06:12:30.1074849+05:30",
"PE_Upload_doc": "sample string 5",
"ExPropId": 6,
"OldPropId": 7,
"PE_Reg_No": "sample string 8"
}
application/xml, text/xml
Sample:
<ExchangePropModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <ExPropId>6</ExPropId> <OldPropId>7</OldPropId> <PE_Advice_Ref>sample string 3</PE_Advice_Ref> <PE_Excng_Pr_No>sample string 2</PE_Excng_Pr_No> <PE_Excng_date>2025-12-19T06:12:30.1074849+05:30</PE_Excng_date> <PE_Old_Pr_No>sample string 1</PE_Old_Pr_No> <PE_Reg_No>sample string 8</PE_Reg_No> <PE_Upload_doc>sample string 5</PE_Upload_doc> </ExchangePropModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.