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/xml, text/xml
Sample:
<ApplicantDetailsForChangeRequestModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <APP_Address1>sample string 4</APP_Address1> <APP_Address2>sample string 5</APP_Address2> <APP_Id>1</APP_Id> <APP_No>sample string 2</APP_No> <APP_PA_Email>sample string 6</APP_PA_Email> <APP_PA_MobileNo>1</APP_PA_MobileNo> <APP_PA_Name>sample string 3</APP_PA_Name> <APP_PA_Photo>sample string 7</APP_PA_Photo> <CA_CategoryName>sample string 8</CA_CategoryName> </ApplicantDetailsForChangeRequestModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.