POST api/PropertyRegister/SaveExchange

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2024-09-13T17:40:10.6197011+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>2024-09-13T17:40:10.6197011+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExchangePropModels'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.