PUT api/ApplicationForm/UpdateApplicant_Address
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ApplicantUpdateAddressModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"APP_Id": 1,
"APP_DI_Id_FK": 1,
"APP_TA_Id_FK": 1,
"Present_APP_Address": "sample string 1",
"Present_APP_Police_Station": "sample string 2",
"Present_APP_Post_Office": "sample string 3",
"Present_APP_Village_Name": "sample string 4",
"Present_APP_Pincode": 1,
"APP_DI_Id_FK_PERM": 1,
"APP_TA_Id_FK_PERM": 1,
"Permanent_APP_Address": "sample string 5",
"Permanent_APP_Police_Station": "sample string 6",
"Permanent_APP_Post_Office": "sample string 7",
"Permanent_APP_Village_Name": "sample string 8",
"Permanent_APP_Pincode": 1,
"APP_VI_Name_PERM": "sample string 9",
"Post_Office_PERM": "sample string 10",
"Police_Station_PERM": "sample string 11",
"APP_Pincode_PERM": "sample string 12",
"APP_VI_Name": "sample string 13",
"Police_Station_Co": "sample string 14",
"Post_office_Co": "sample string 15",
"APP_Pincode": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.