PUT api/Personal_By_Mobile/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
Personal_By_Mobile| Name | Description | Type | Additional information |
|---|---|---|---|
| mobile | string |
String length: inclusive between 0 and 15 |
|
| status | string |
String length: inclusive between 0 and 50 |
|
| haskids | string |
String length: inclusive between 0 and 50 |
|
| sex | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"mobile": "sample string 1",
"status": "sample string 2",
"haskids": "sample string 3",
"sex": "sample string 4"
}
Response Information
Resource Description
None.