SkyDroid


Click here for a complete list of operations.

DatosCompraCanastilla

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /IOTWebService/SkyDroid.asmx HTTP/1.1
Host: 35615.rag2x.group
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/DatosCompraCanastilla"

<?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:Header>
    <AuthHeader xmlns="http://tempuri.org/">
      <UserName>string</UserName>
      <Password>string</Password>
      <dato1>string</dato1>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <DatosCompraCanastilla xmlns="http://tempuri.org/">
      <pIdEstacion>int</pIdEstacion>
      <idTransaccion>string</idTransaccion>
      <data>string</data>
      <token>string</token>
      <sobreescribir>string</sobreescribir>
      <pVentaCanastilla>
        <idVentaCanastilla>int</idVentaCanastilla>
        <recibo>int</recibo>
        <prefijo>string</prefijo>
        <idEstacion>int</idEstacion>
        <fechaVenta>dateTime</fechaVenta>
        <NumeroResolucion>string</NumeroResolucion>
        <fechaInicioResolucion>dateTime</fechaInicioResolucion>
        <fechaFinResolucion>dateTime</fechaFinResolucion>
        <rangoInicial>int</rangoInicial>
        <rangoFinal>int</rangoFinal>
        <nit>string</nit>
        <cliente>string</cliente>
        <direccionCliente>string</direccionCliente>
        <telefonoCliente>string</telefonoCliente>
        <placa>string</placa>
        <valorBruto>decimal</valorBruto>
        <impuesto>decimal</impuesto>
        <descuento>decimal</descuento>
        <valorNeto>decimal</valorNeto>
        <detalleVentaCanastilla>
          <DetalleVentaCanastilla>
            <idDetalleVentaCanastilla>int</idDetalleVentaCanastilla>
            <idVentaCanastilla>int</idVentaCanastilla>
            <idProductoCanastilla>int</idProductoCanastilla>
            <nombreProducto>string</nombreProducto>
            <precioUnitario>decimal</precioUnitario>
            <cantidad>int</cantidad>
            <impuesto>decimal</impuesto>
            <total>decimal</total>
            <codigoBarras>string</codigoBarras>
            <codigoSistema>string</codigoSistema>
          </DetalleVentaCanastilla>
          <DetalleVentaCanastilla>
            <idDetalleVentaCanastilla>int</idDetalleVentaCanastilla>
            <idVentaCanastilla>int</idVentaCanastilla>
            <idProductoCanastilla>int</idProductoCanastilla>
            <nombreProducto>string</nombreProducto>
            <precioUnitario>decimal</precioUnitario>
            <cantidad>int</cantidad>
            <impuesto>decimal</impuesto>
            <total>decimal</total>
            <codigoBarras>string</codigoBarras>
            <codigoSistema>string</codigoSistema>
          </DetalleVentaCanastilla>
        </detalleVentaCanastilla>
        <fechaInicioTurno>dateTime</fechaInicioTurno>
        <fechaInicioTurnoCerrada>dateTime</fechaInicioTurnoCerrada>
        <pagosVenta>
          <PagoVenta>
            <valor>decimal</valor>
            <idFormaPago>string</idFormaPago>
            <referenciaPago>string</referenciaPago>
          </PagoVenta>
          <PagoVenta>
            <valor>decimal</valor>
            <idFormaPago>string</idFormaPago>
            <referenciaPago>string</referenciaPago>
          </PagoVenta>
        </pagosVenta>
        <idIslero>int</idIslero>
        <Cedula>string</Cedula>
        <Nombres>string</Nombres>
        <Apellidos>string</Apellidos>
        <pagoVentaCanastilla>
          <PagoVentaCanastilla>
            <Valor>decimal</Valor>
            <IdAprobacion>int</IdAprobacion>
            <IdPagoCanastilla>int</IdPagoCanastilla>
            <IdVentaCanastilla>int</IdVentaCanastilla>
            <FormaPago>string</FormaPago>
            <IdFormaPago>string</IdFormaPago>
            <Pasarela>string</Pasarela>
            <Referencia>string</Referencia>
          </PagoVentaCanastilla>
          <PagoVentaCanastilla>
            <Valor>decimal</Valor>
            <IdAprobacion>int</IdAprobacion>
            <IdPagoCanastilla>int</IdPagoCanastilla>
            <IdVentaCanastilla>int</IdVentaCanastilla>
            <FormaPago>string</FormaPago>
            <IdFormaPago>string</IdFormaPago>
            <Pasarela>string</Pasarela>
            <Referencia>string</Referencia>
          </PagoVentaCanastilla>
        </pagoVentaCanastilla>
        <numeroIslaLocal>int</numeroIslaLocal>
        <numeroPosicionLocal>int</numeroPosicionLocal>
        <numeroTerminalLocal>int</numeroTerminalLocal>
        <imei>string</imei>
        <Anulada>boolean</Anulada>
        <FechaAnulada>dateTime</FechaAnulada>
        <Motivo>string</Motivo>
        <Responsable>string</Responsable>
      </pVentaCanastilla>
    </DatosCompraCanastilla>
  </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>
    <DatosCompraCanastillaResponse xmlns="http://tempuri.org/">
      <DatosCompraCanastillaResult>string</DatosCompraCanastillaResult>
    </DatosCompraCanastillaResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /IOTWebService/SkyDroid.asmx HTTP/1.1
Host: 35615.rag2x.group
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthHeader xmlns="http://tempuri.org/">
      <UserName>string</UserName>
      <Password>string</Password>
      <dato1>string</dato1>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <DatosCompraCanastilla xmlns="http://tempuri.org/">
      <pIdEstacion>int</pIdEstacion>
      <idTransaccion>string</idTransaccion>
      <data>string</data>
      <token>string</token>
      <sobreescribir>string</sobreescribir>
      <pVentaCanastilla>
        <idVentaCanastilla>int</idVentaCanastilla>
        <recibo>int</recibo>
        <prefijo>string</prefijo>
        <idEstacion>int</idEstacion>
        <fechaVenta>dateTime</fechaVenta>
        <NumeroResolucion>string</NumeroResolucion>
        <fechaInicioResolucion>dateTime</fechaInicioResolucion>
        <fechaFinResolucion>dateTime</fechaFinResolucion>
        <rangoInicial>int</rangoInicial>
        <rangoFinal>int</rangoFinal>
        <nit>string</nit>
        <cliente>string</cliente>
        <direccionCliente>string</direccionCliente>
        <telefonoCliente>string</telefonoCliente>
        <placa>string</placa>
        <valorBruto>decimal</valorBruto>
        <impuesto>decimal</impuesto>
        <descuento>decimal</descuento>
        <valorNeto>decimal</valorNeto>
        <detalleVentaCanastilla>
          <DetalleVentaCanastilla>
            <idDetalleVentaCanastilla>int</idDetalleVentaCanastilla>
            <idVentaCanastilla>int</idVentaCanastilla>
            <idProductoCanastilla>int</idProductoCanastilla>
            <nombreProducto>string</nombreProducto>
            <precioUnitario>decimal</precioUnitario>
            <cantidad>int</cantidad>
            <impuesto>decimal</impuesto>
            <total>decimal</total>
            <codigoBarras>string</codigoBarras>
            <codigoSistema>string</codigoSistema>
          </DetalleVentaCanastilla>
          <DetalleVentaCanastilla>
            <idDetalleVentaCanastilla>int</idDetalleVentaCanastilla>
            <idVentaCanastilla>int</idVentaCanastilla>
            <idProductoCanastilla>int</idProductoCanastilla>
            <nombreProducto>string</nombreProducto>
            <precioUnitario>decimal</precioUnitario>
            <cantidad>int</cantidad>
            <impuesto>decimal</impuesto>
            <total>decimal</total>
            <codigoBarras>string</codigoBarras>
            <codigoSistema>string</codigoSistema>
          </DetalleVentaCanastilla>
        </detalleVentaCanastilla>
        <fechaInicioTurno>dateTime</fechaInicioTurno>
        <fechaInicioTurnoCerrada>dateTime</fechaInicioTurnoCerrada>
        <pagosVenta>
          <PagoVenta>
            <valor>decimal</valor>
            <idFormaPago>string</idFormaPago>
            <referenciaPago>string</referenciaPago>
          </PagoVenta>
          <PagoVenta>
            <valor>decimal</valor>
            <idFormaPago>string</idFormaPago>
            <referenciaPago>string</referenciaPago>
          </PagoVenta>
        </pagosVenta>
        <idIslero>int</idIslero>
        <Cedula>string</Cedula>
        <Nombres>string</Nombres>
        <Apellidos>string</Apellidos>
        <pagoVentaCanastilla>
          <PagoVentaCanastilla>
            <Valor>decimal</Valor>
            <IdAprobacion>int</IdAprobacion>
            <IdPagoCanastilla>int</IdPagoCanastilla>
            <IdVentaCanastilla>int</IdVentaCanastilla>
            <FormaPago>string</FormaPago>
            <IdFormaPago>string</IdFormaPago>
            <Pasarela>string</Pasarela>
            <Referencia>string</Referencia>
          </PagoVentaCanastilla>
          <PagoVentaCanastilla>
            <Valor>decimal</Valor>
            <IdAprobacion>int</IdAprobacion>
            <IdPagoCanastilla>int</IdPagoCanastilla>
            <IdVentaCanastilla>int</IdVentaCanastilla>
            <FormaPago>string</FormaPago>
            <IdFormaPago>string</IdFormaPago>
            <Pasarela>string</Pasarela>
            <Referencia>string</Referencia>
          </PagoVentaCanastilla>
        </pagoVentaCanastilla>
        <numeroIslaLocal>int</numeroIslaLocal>
        <numeroPosicionLocal>int</numeroPosicionLocal>
        <numeroTerminalLocal>int</numeroTerminalLocal>
        <imei>string</imei>
        <Anulada>boolean</Anulada>
        <FechaAnulada>dateTime</FechaAnulada>
        <Motivo>string</Motivo>
        <Responsable>string</Responsable>
      </pVentaCanastilla>
    </DatosCompraCanastilla>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <DatosCompraCanastillaResponse xmlns="http://tempuri.org/">
      <DatosCompraCanastillaResult>string</DatosCompraCanastillaResult>
    </DatosCompraCanastillaResponse>
  </soap12:Body>
</soap12:Envelope>