POST api/DEM_DETALLE_MANIFIESTO/GetManifiestoEncabezadoPorId
Request Information
URI Parameters
None.
Body Parameters
ManifiestoId_ParametroName | Description | Type | Additional information |
---|---|---|---|
ENM_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENM_ID": 1 }
application/xml, text/xml
Sample:
<ManifiestoId_Parametro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAmexpusa.Models"> <ENM_ID>1</ENM_ID> </ManifiestoId_Parametro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ManifiestoEncabezadoBOName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
DIRECCION | string |
None. |
|
FECHA | date |
None. |
|
NUMERO | string |
None. |
|
CREO | string |
None. |
|
LISTO | byte |
None. |
|
STAMP | Collection of byte |
None. |
|
PAIS | string |
None. |
|
FACTURADO | byte |
None. |
|
CERRADO | integer |
None. |
|
SINCRONIZADO | integer |
None. |
|
NOMBRE | string |
None. |
|
TIPO | string |
None. |
|
MODIFICO | string |
None. |
|
TIPOMANIFIESTO | integer |
None. |
|
FORMAENVIO | integer |
None. |
|
ESTADOFACTURA | integer |
None. |
|
FACTURACIONAUTOMATICA | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "DIRECCION": "sample string 2", "FECHA": "2025-06-02T15:28:10.1795658-06:00", "NUMERO": "sample string 4", "CREO": "sample string 5", "LISTO": 64, "STAMP": "QEA=", "PAIS": "sample string 7", "FACTURADO": 64, "CERRADO": 9, "SINCRONIZADO": 10, "NOMBRE": "sample string 11", "TIPO": "sample string 12", "MODIFICO": "sample string 13", "TIPOMANIFIESTO": 14, "FORMAENVIO": 1, "ESTADOFACTURA": 1, "FACTURACIONAUTOMATICA": 1 }
application/xml, text/xml
Sample:
<ManifiestoEncabezadoBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic.Class"> <CERRADO>9</CERRADO> <CREO>sample string 5</CREO> <DIRECCION>sample string 2</DIRECCION> <ESTADOFACTURA>1</ESTADOFACTURA> <FACTURACIONAUTOMATICA>1</FACTURACIONAUTOMATICA> <FACTURADO>64</FACTURADO> <FECHA>2025-06-02T15:28:10.1795658-06:00</FECHA> <FORMAENVIO>1</FORMAENVIO> <ID>1</ID> <LISTO>64</LISTO> <MODIFICO>sample string 13</MODIFICO> <NOMBRE>sample string 11</NOMBRE> <NUMERO>sample string 4</NUMERO> <PAIS>sample string 7</PAIS> <SINCRONIZADO>10</SINCRONIZADO> <STAMP>QEA=</STAMP> <TIPO>sample string 12</TIPO> <TIPOMANIFIESTO>14</TIPOMANIFIESTO> </ManifiestoEncabezadoBO>