PUT api/values/UpdateAdd
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| user | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"u_id": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Password": "sample string 4",
"DNo": "sample string 5",
"Area_Street": "sample string 6",
"LandMark": "sample string 7",
"UserName": "sample string 8",
"PasswordHash": "sample string 9",
"Type": 1
}
application/xml, text/xml
Sample:
<User_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models"> <Area_Street>sample string 6</Area_Street> <DNo>sample string 5</DNo> <LandMark>sample string 7</LandMark> <Name>sample string 2</Name> <Password>sample string 4</Password> <PasswordHash>sample string 9</PasswordHash> <Phone>sample string 3</Phone> <Type>1</Type> <UserName>sample string 8</UserName> <u_id>1</u_id> </User_details>
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.