DELETE api/Estudiantes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Estudiantes| Name | Description | Type | Additional information |
|---|---|---|---|
| EstudiantesID | integer |
None. |
|
| Documento | string |
Required String length: inclusive between 0 and 10 |
|
| Apellidos | string |
Required String length: inclusive between 0 and 100 |
|
| Nombres | string |
Required String length: inclusive between 0 and 100 |
|
| string |
Required Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$ String length: inclusive between 0 and 256 |
||
| Id | string |
String length: inclusive between 0 and 128 |
|
| Celular | string |
Required String length: inclusive between 0 and 60 |
|
| UserName | string |
Required String length: inclusive between 0 and 100 |
|
| Password | string |
Required |
|
| Instalado | boolean |
None. |
|
| VersionId | integer |
None. |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EstudiantesID": 1,
"Documento": "sample string 2",
"Apellidos": "sample string 3",
"Nombres": "sample string 4",
"Email": "sample string 5",
"Id": "sample string 6",
"Celular": "sample string 7",
"UserName": "sample string 8",
"Password": "sample string 9",
"Instalado": true,
"VersionId": 11,
"EmpresasID": 12
}