POST NmAPI/SchemePlotData
Request Information
URI Parameters
None.
Body Parameters
NmPlotWiseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Scheme_Code | string |
None. |
|
| Plot_Sector | string |
None. |
|
| Plot_Block | string |
None. |
|
| Plot_No | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Scheme_Code": "sample string 1",
"Plot_Sector": "sample string 2",
"Plot_Block": "sample string 3",
"Plot_No": "sample string 4"
}
application/xml, text/xml
Sample:
<ApiYeidaController.NmPlotWiseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YeidaLandAPI.Controllers"> <Plot_Block>sample string 3</Plot_Block> <Plot_No>sample string 4</Plot_No> <Plot_Sector>sample string 2</Plot_Sector> <Scheme_Code>sample string 1</Scheme_Code> </ApiYeidaController.NmPlotWiseModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |