POST Partner/insertEleRoofPVDetailsHasNoFile
Request Information
URI Parameters
None.
Body Parameters
Collection of EleRoofPVDetailHasNoFileParam| Name | Description | Type | Additional information |
|---|---|---|---|
| booking_survey_list_mast_id | string |
None. |
|
| no_of_subservice_panel | string |
None. |
|
| panel_no | string |
None. |
|
| survery_category_master_id | string |
None. |
|
| survey_category_value | string |
None. |
|
| surveyor_addtional_category_master_id | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"booking_survey_list_mast_id": "sample string 1",
"no_of_subservice_panel": "sample string 2",
"panel_no": "sample string 3",
"survery_category_master_id": "sample string 4",
"survey_category_value": "sample string 5",
"surveyor_addtional_category_master_id": "sample string 6"
},
{
"booking_survey_list_mast_id": "sample string 1",
"no_of_subservice_panel": "sample string 2",
"panel_no": "sample string 3",
"survery_category_master_id": "sample string 4",
"survey_category_value": "sample string 5",
"surveyor_addtional_category_master_id": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfEleRoofPVDetailHasNoFileParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<EleRoofPVDetailHasNoFileParam>
<booking_survey_list_mast_id>sample string 1</booking_survey_list_mast_id>
<no_of_subservice_panel>sample string 2</no_of_subservice_panel>
<panel_no>sample string 3</panel_no>
<survery_category_master_id>sample string 4</survery_category_master_id>
<survey_category_value>sample string 5</survey_category_value>
<surveyor_addtional_category_master_id>sample string 6</surveyor_addtional_category_master_id>
</EleRoofPVDetailHasNoFileParam>
<EleRoofPVDetailHasNoFileParam>
<booking_survey_list_mast_id>sample string 1</booking_survey_list_mast_id>
<no_of_subservice_panel>sample string 2</no_of_subservice_panel>
<panel_no>sample string 3</panel_no>
<survery_category_master_id>sample string 4</survery_category_master_id>
<survey_category_value>sample string 5</survey_category_value>
<surveyor_addtional_category_master_id>sample string 6</surveyor_addtional_category_master_id>
</EleRoofPVDetailHasNoFileParam>
</ArrayOfEleRoofPVDetailHasNoFileParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.