OperacionEntradaService


Haga clic aquí para obtener una lista completa de operaciones.

ingresoSimple

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/ingresoSimple"

<?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>
    <ingresoSimple 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>
      <InfoIngreso>
        <TipoMercancia>long</TipoMercancia>
        <FechaInicioDescarga>dateTime</FechaInicioDescarga>
        <FechaFinDescarga>dateTime</FechaFinDescarga>
        <Peso>double</Peso>
        <CondicionCarga>long</CondicionCarga>
        <Observaciones>string</Observaciones>
      </InfoIngreso>
    </ingresoSimple>
  </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>
    <ingresoSimpleResponse xmlns="http://service.common.www.ventanillaunica.gob.mx/">
      <ingresoSimpleResult>
        <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>
      </ingresoSimpleResult>
    </ingresoSimpleResponse>
  </soap:Body>
</soap:Envelope>