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": "2026-01-22T17:22:48.2454105+05:30",
  "PE_Upload_doc": "sample string 5",
  "ExPropId": 6,
  "OldPropId": 7,
  "PE_Reg_No": "sample string 8"
}

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

Sample:

Sample not available.