PUT api/Private_Mob/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Private_Mob| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mob | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mob": "sample string 2"
}
Response Information
Resource Description
None.