GET api/Personal
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Personal| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NOMBRE | string |
None. |
|
| TIPO | integer |
None. |
|
| ACTIVO | integer |
None. |
|
| CLAVE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"NOMBRE": "sample string 2",
"TIPO": 1,
"ACTIVO": 1,
"CLAVE": "sample string 3"
}
text/html
Sample:
{"ID":1,"NOMBRE":"sample string 2","TIPO":1,"ACTIVO":1,"CLAVE":"sample string 3"}
application/xml, text/xml
Sample:
<Personal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Models"> <ACTIVO>1</ACTIVO> <CLAVE>sample string 3</CLAVE> <ID>1</ID> <NOMBRE>sample string 2</NOMBRE> <TIPO>1</TIPO> </Personal>