POST api/Private_Mob
Request Information
URI Parameters
None.
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
Private_Mob| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mob | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mob": "sample string 2"
}