GET api/EntradaEtiqueta?numeroentrada={numeroentrada}

Este procedimiento regresa la información de la entrada para generar las etiquetas.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
numeroentrada

string

Required

Body Parameters

None.

Response Information

Resource Description

OBTENER_ENTRADA_ETIQUETA_Result
NameDescriptionTypeAdditional information
BODEGA

string

None.

CANTIDAD

integer

None.

CLIENTE

string

None.

CONTENIDO

string

None.

FECHAENTRADA

date

None.

ID_ENTRADA

integer

None.

ID_MERCANCIA

integer

None.

LINEA

string

None.

NUMEROENTRADA

string

None.

PESO

decimal number

None.

RECIBIO

string

None.

SECCION

string

None.

TALON

string

None.

CAJA

string

None.

PEDIDO

string

None.

TIPOVEHICULO

string

None.

NUMEROSERIE

string

None.

ID_BODEGA

string

None.

ID_SECCION

string

None.

PROVEEDOR

string

None.

ID_APARTADO

integer

None.

APARTADO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BODEGA": "sample string 1",
  "CANTIDAD": 2,
  "CLIENTE": "sample string 3",
  "CONTENIDO": "sample string 4",
  "FECHAENTRADA": "2026-07-06T12:20:54.7154002-05:00",
  "ID_ENTRADA": 5,
  "ID_MERCANCIA": 6,
  "LINEA": "sample string 7",
  "NUMEROENTRADA": "sample string 8",
  "PESO": 1.1,
  "RECIBIO": "sample string 9",
  "SECCION": "sample string 10",
  "TALON": "sample string 11",
  "CAJA": "sample string 12",
  "PEDIDO": "sample string 13",
  "TIPOVEHICULO": "sample string 14",
  "NUMEROSERIE": "sample string 15",
  "ID_BODEGA": "sample string 16",
  "ID_SECCION": "sample string 17",
  "PROVEEDOR": "sample string 18",
  "ID_APARTADO": 1,
  "APARTADO": "sample string 19"
}

text/html

Sample:
{"BODEGA":"sample string 1","CANTIDAD":2,"CLIENTE":"sample string 3","CONTENIDO":"sample string 4","FECHAENTRADA":"2026-07-06T12:20:54.7154002-05:00","ID_ENTRADA":5,"ID_MERCANCIA":6,"LINEA":"sample string 7","NUMEROENTRADA":"sample string 8","PESO":1.1,"RECIBIO":"sample string 9","SECCION":"sample string 10","TALON":"sample string 11","CAJA":"sample string 12","PEDIDO":"sample string 13","TIPOVEHICULO":"sample string 14","NUMEROSERIE":"sample string 15","ID_BODEGA":"sample string 16","ID_SECCION":"sample string 17","PROVEEDOR":"sample string 18","ID_APARTADO":1,"APARTADO":"sample string 19"}

application/xml, text/xml

Sample:
<OBTENER_ENTRADA_ETIQUETA_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Models">
  <APARTADO>sample string 19</APARTADO>
  <BODEGA>sample string 1</BODEGA>
  <CAJA>sample string 12</CAJA>
  <CANTIDAD>2</CANTIDAD>
  <CLIENTE>sample string 3</CLIENTE>
  <CONTENIDO>sample string 4</CONTENIDO>
  <FECHAENTRADA>2026-07-06T12:20:54.7154002-05:00</FECHAENTRADA>
  <ID_APARTADO>1</ID_APARTADO>
  <ID_BODEGA>sample string 16</ID_BODEGA>
  <ID_ENTRADA>5</ID_ENTRADA>
  <ID_MERCANCIA>6</ID_MERCANCIA>
  <ID_SECCION>sample string 17</ID_SECCION>
  <LINEA>sample string 7</LINEA>
  <NUMEROENTRADA>sample string 8</NUMEROENTRADA>
  <NUMEROSERIE>sample string 15</NUMEROSERIE>
  <PEDIDO>sample string 13</PEDIDO>
  <PESO>1.1</PESO>
  <PROVEEDOR>sample string 18</PROVEEDOR>
  <RECIBIO>sample string 9</RECIBIO>
  <SECCION>sample string 10</SECCION>
  <TALON>sample string 11</TALON>
  <TIPOVEHICULO>sample string 14</TIPOVEHICULO>
</OBTENER_ENTRADA_ETIQUETA_Result>