OperacionEntradaService
Haga clic aquí para obtener una lista completa de operaciones.
ingresoParcial
Prueba
El formulario de prueba sólo está disponible para solicitudes del equipo local.SOAP 1.1
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /VUCEM/OperacionEntradaService.asmx HTTP/1.1
Host: vucem.aaacesa.com.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://service.common.www.ventanillaunica.gob.mx/ingresoParcial"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ingresoParcial xmlns="http://service.common.www.ventanillaunica.gob.mx/">
<InfoGeneral>
<consecutivo>string</consecutivo>
<idAsociado>string</idAsociado>
<fechaRegistro>dateTime</fechaRegistro>
<tipoMovimiento>long</tipoMovimiento>
<detalleMovimiento>long</detalleMovimiento>
<tipoOperacion>long</tipoOperacion>
<cveRecintoFiscalizado>string</cveRecintoFiscalizado>
<tipoIngreso>string</tipoIngreso>
</InfoGeneral>
<InfoIngresoParcial>
<TipoMercancia>long</TipoMercancia>
<FechaInicioDescarga>dateTime</FechaInicioDescarga>
<FechaFinDescarga>dateTime</FechaFinDescarga>
<Peso>double</Peso>
<NumeroParcialidad>long</NumeroParcialidad>
<Cantidad>double</Cantidad>
<UMC>string</UMC>
<CondicionCarga>long</CondicionCarga>
<Observaciones>string</Observaciones>
<vin>
<VIN>
<vin>string</vin>
</VIN>
<VIN>
<vin>string</vin>
</VIN>
</vin>
</InfoIngresoParcial>
</ingresoParcial>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ingresoParcialResponse xmlns="http://service.common.www.ventanillaunica.gob.mx/">
<ingresoParcialResult>
<informacionGeneralRespuesta>
<consecutivo>string</consecutivo>
<idAsociado>string</idAsociado>
<fechaRegistro>dateTime</fechaRegistro>
<tipoMovimiento>long</tipoMovimiento>
<detalleMovimiento>long</detalleMovimiento>
<tipoOperacion>long</tipoOperacion>
<cveRecintoFiscalizado>string</cveRecintoFiscalizado>
<observaciones>string</observaciones>
</informacionGeneralRespuesta>
<informacionDeRespuesta>
<codigoError>string</codigoError>
<descripcionError>string</descripcionError>
</informacionDeRespuesta>
<informacionDeRespuesta>
<codigoError>string</codigoError>
<descripcionError>string</descripcionError>
</informacionDeRespuesta>
</ingresoParcialResult>
</ingresoParcialResponse>
</soap:Body>
</soap:Envelope>