GET api/Talon/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BUSCAR_POR_ENTRADA_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | decimal number |
None. |
|
| ID_ENTRADA | decimal number |
None. |
|
| TALON | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1.0,
"ID_ENTRADA": 1.0,
"TALON": "sample string 2"
}
text/html
Sample:
{"ID":1.0,"ID_ENTRADA":1.0,"TALON":"sample string 2"}
application/xml, text/xml
Sample:
<BUSCAR_POR_ENTRADA_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Models"> <ID>1</ID> <ID_ENTRADA>1</ID_ENTRADA> <TALON>sample string 2</TALON> </BUSCAR_POR_ENTRADA_Result>