GET api/AvisoBodega?numeroentrada={numeroentrada}
Este procedimiento genera el archivo aviso de bodega.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroentrada | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OBTENER_AVISO_BODEGA_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_ENTRADA | integer |
None. |
|
| NUMEROENTRADA | string |
None. |
|
| PEDIDO | string |
None. |
|
| CAJA | string |
None. |
|
| FECHAENTRADA | date |
None. |
|
| NUMEROSERIE | string |
None. |
|
| CUMPLENNOM | integer |
None. |
|
| TOTALDETARIMAS | integer |
None. |
|
| TARIMASNOCUMPLEN | integer |
None. |
|
| CLIENTE | string |
None. |
|
| NUMERO | string |
None. |
|
| CALLE | string |
None. |
|
| COLONIA | string |
None. |
|
| ESTADO | string |
None. |
|
| PAIS | string |
None. |
|
| CODIGOPOSTAL | string |
None. |
|
| RECIBIO | string |
None. |
|
| CONTENIDO | string |
None. |
|
| ID_MERCANCIA | integer |
None. |
|
| CANTIDAD | integer |
None. |
|
| CLASEBULTO | string |
None. |
|
| DETALLE | integer |
None. |
|
| DETALLECLASEBULTO | string |
None. |
|
| ESTADOMERCANCIA | integer |
None. |
|
| PESO | decimal number |
None. |
|
| BODEGA | string |
None. |
|
| SECCION | string |
None. |
|
| TALON | string |
None. |
|
| PROVEEDORCLIENTE | string |
None. |
|
| RFC_TAXID | string |
None. |
|
| PCNUM_EXT | string |
None. |
|
| PCCALLE | string |
None. |
|
| PCCOLONIA | string |
None. |
|
| PCESTADO | string |
None. |
|
| PCPAIS | string |
None. |
|
| PCCODIGOPOSTAL | string |
None. |
|
| LINEA | string |
None. |
|
| TIPOVEHICULO | string |
None. |
|
| OBSERVACION | string |
None. |
|
| USUARIONOMBRE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID_ENTRADA": 1,
"NUMEROENTRADA": "sample string 2",
"PEDIDO": "sample string 3",
"CAJA": "sample string 4",
"FECHAENTRADA": "2026-07-06T12:20:52.594522-05:00",
"NUMEROSERIE": "sample string 6",
"CUMPLENNOM": 7,
"TOTALDETARIMAS": 8,
"TARIMASNOCUMPLEN": 9,
"CLIENTE": "sample string 10",
"NUMERO": "sample string 11",
"CALLE": "sample string 12",
"COLONIA": "sample string 13",
"ESTADO": "sample string 14",
"PAIS": "sample string 15",
"CODIGOPOSTAL": "sample string 16",
"RECIBIO": "sample string 17",
"CONTENIDO": "sample string 18",
"ID_MERCANCIA": 19,
"CANTIDAD": 20,
"CLASEBULTO": "sample string 21",
"DETALLE": 22,
"DETALLECLASEBULTO": "sample string 23",
"ESTADOMERCANCIA": 24,
"PESO": 25.1,
"BODEGA": "sample string 26",
"SECCION": "sample string 27",
"TALON": "sample string 28",
"PROVEEDORCLIENTE": "sample string 29",
"RFC_TAXID": "sample string 30",
"PCNUM_EXT": "sample string 31",
"PCCALLE": "sample string 32",
"PCCOLONIA": "sample string 33",
"PCESTADO": "sample string 34",
"PCPAIS": "sample string 35",
"PCCODIGOPOSTAL": "sample string 36",
"LINEA": "sample string 37",
"TIPOVEHICULO": "sample string 38",
"OBSERVACION": "sample string 39",
"USUARIONOMBRE": "sample string 40"
}
text/html
Sample:
{"ID_ENTRADA":1,"NUMEROENTRADA":"sample string 2","PEDIDO":"sample string 3","CAJA":"sample string 4","FECHAENTRADA":"2026-07-06T12:20:52.594522-05:00","NUMEROSERIE":"sample string 6","CUMPLENNOM":7,"TOTALDETARIMAS":8,"TARIMASNOCUMPLEN":9,"CLIENTE":"sample string 10","NUMERO":"sample string 11","CALLE":"sample string 12","COLONIA":"sample string 13","ESTADO":"sample string 14","PAIS":"sample string 15","CODIGOPOSTAL":"sample string 16","RECIBIO":"sample string 17","CONTENIDO":"sample string 18","ID_MERCANCIA":19,"CANTIDAD":20,"CLASEBULTO":"sample string 21","DETALLE":22,"DETALLECLASEBULTO":"sample string 23","ESTADOMERCANCIA":24,"PESO":25.1,"BODEGA":"sample string 26","SECCION":"sample string 27","TALON":"sample string 28","PROVEEDORCLIENTE":"sample string 29","RFC_TAXID":"sample string 30","PCNUM_EXT":"sample string 31","PCCALLE":"sample string 32","PCCOLONIA":"sample string 33","PCESTADO":"sample string 34","PCPAIS":"sample string 35","PCCODIGOPOSTAL":"sample string 36","LINEA":"sample string 37","TIPOVEHICULO":"sample string 38","OBSERVACION":"sample string 39","USUARIONOMBRE":"sample string 40"}
application/xml, text/xml
Sample:
<OBTENER_AVISO_BODEGA_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Models"> <BODEGA>sample string 26</BODEGA> <CAJA>sample string 4</CAJA> <CALLE>sample string 12</CALLE> <CANTIDAD>20</CANTIDAD> <CLASEBULTO>sample string 21</CLASEBULTO> <CLIENTE>sample string 10</CLIENTE> <CODIGOPOSTAL>sample string 16</CODIGOPOSTAL> <COLONIA>sample string 13</COLONIA> <CONTENIDO>sample string 18</CONTENIDO> <CUMPLENNOM>7</CUMPLENNOM> <DETALLE>22</DETALLE> <DETALLECLASEBULTO>sample string 23</DETALLECLASEBULTO> <ESTADO>sample string 14</ESTADO> <ESTADOMERCANCIA>24</ESTADOMERCANCIA> <FECHAENTRADA>2026-07-06T12:20:52.594522-05:00</FECHAENTRADA> <ID_ENTRADA>1</ID_ENTRADA> <ID_MERCANCIA>19</ID_MERCANCIA> <LINEA>sample string 37</LINEA> <NUMERO>sample string 11</NUMERO> <NUMEROENTRADA>sample string 2</NUMEROENTRADA> <NUMEROSERIE>sample string 6</NUMEROSERIE> <OBSERVACION>sample string 39</OBSERVACION> <PAIS>sample string 15</PAIS> <PCCALLE>sample string 32</PCCALLE> <PCCODIGOPOSTAL>sample string 36</PCCODIGOPOSTAL> <PCCOLONIA>sample string 33</PCCOLONIA> <PCESTADO>sample string 34</PCESTADO> <PCNUM_EXT>sample string 31</PCNUM_EXT> <PCPAIS>sample string 35</PCPAIS> <PEDIDO>sample string 3</PEDIDO> <PESO>25.1</PESO> <PROVEEDORCLIENTE>sample string 29</PROVEEDORCLIENTE> <RECIBIO>sample string 17</RECIBIO> <RFC_TAXID>sample string 30</RFC_TAXID> <SECCION>sample string 27</SECCION> <TALON>sample string 28</TALON> <TARIMASNOCUMPLEN>9</TARIMASNOCUMPLEN> <TIPOVEHICULO>sample string 38</TIPOVEHICULO> <TOTALDETARIMAS>8</TOTALDETARIMAS> <USUARIONOMBRE>sample string 40</USUARIONOMBRE> </OBTENER_AVISO_BODEGA_Result>