PUT api/ApplicationQuery/EditApplicantDetails
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ApplicantDetailsForChangeRequest | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"APP_Id": 1,
"APP_No": "sample string 2",
"APP_PA_Name": "sample string 3",
"APP_Address1": "sample string 4",
"APP_Address2": "sample string 5",
"APP_PA_MobileNo": 1,
"APP_PA_Email": "sample string 6",
"APP_PA_Photo": "sample string 7",
"CA_CategoryName": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.