servBodDevOD


Click here for a complete list of operations.

fpAddLine

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 /servBodega/servBodDevOD.asmx HTTP/1.1
Host: smprog-ws.coamperu.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://sinfoec.com/fpAddLine"

<?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>
    <fpAddLine xmlns="http://sinfoec.com/">
      <oDevOD>
        <Lineas>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
        </Lineas>
        <_errDetalle>string</_errDetalle>
        <_cod_DevDespacho>string</_cod_DevDespacho>
        <_Despacho_No>string</_Despacho_No>
        <_Subtotal>decimal</_Subtotal>
        <_COD_bodega>string</_COD_bodega>
        <_Letras>string</_Letras>
        <_Observacion>string</_Observacion>
        <_Fecha_Devolucion>string</_Fecha_Devolucion>
        <_cod_transaccion>string</_cod_transaccion>
        <_Seccion_documento_origen>string</_Seccion_documento_origen>
        <detalleJSONSerializable>string</detalleJSONSerializable>
        <numeroRegistro>int</numeroRegistro>
        <iOpcionRep>int</iOpcionRep>
        <sFiltroRep>string</sFiltroRep>
        <sFiltro>string</sFiltro>
        <sFechaDesde>string</sFechaDesde>
        <sFechaHasta>string</sFechaHasta>
        <sNumero>string</sNumero>
      </oDevOD>
      <oDevODDet>
        <_cantidad>decimal</_cantidad>
        <_precio>decimal</_precio>
        <_cod_requisicion>string</_cod_requisicion>
        <_cod_externo>string</_cod_externo>
        <_cod_actividad>string</_cod_actividad>
        <_cod_repuesto>int</_cod_repuesto>
      </oDevODDet>
    </fpAddLine>
  </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>
    <fpAddLineResponse xmlns="http://sinfoec.com/">
      <fpAddLineResult>
        <Lineas>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
        </Lineas>
        <_errDetalle>string</_errDetalle>
        <_cod_DevDespacho>string</_cod_DevDespacho>
        <_Despacho_No>string</_Despacho_No>
        <_Subtotal>decimal</_Subtotal>
        <_COD_bodega>string</_COD_bodega>
        <_Letras>string</_Letras>
        <_Observacion>string</_Observacion>
        <_Fecha_Devolucion>string</_Fecha_Devolucion>
        <_cod_transaccion>string</_cod_transaccion>
        <_Seccion_documento_origen>string</_Seccion_documento_origen>
        <detalleJSONSerializable>string</detalleJSONSerializable>
        <numeroRegistro>int</numeroRegistro>
        <iOpcionRep>int</iOpcionRep>
        <sFiltroRep>string</sFiltroRep>
        <sFiltro>string</sFiltro>
        <sFechaDesde>string</sFechaDesde>
        <sFechaHasta>string</sFechaHasta>
        <sNumero>string</sNumero>
      </fpAddLineResult>
    </fpAddLineResponse>
  </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 /servBodega/servBodDevOD.asmx HTTP/1.1
Host: smprog-ws.coamperu.com
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>
    <fpAddLine xmlns="http://sinfoec.com/">
      <oDevOD>
        <Lineas>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
        </Lineas>
        <_errDetalle>string</_errDetalle>
        <_cod_DevDespacho>string</_cod_DevDespacho>
        <_Despacho_No>string</_Despacho_No>
        <_Subtotal>decimal</_Subtotal>
        <_COD_bodega>string</_COD_bodega>
        <_Letras>string</_Letras>
        <_Observacion>string</_Observacion>
        <_Fecha_Devolucion>string</_Fecha_Devolucion>
        <_cod_transaccion>string</_cod_transaccion>
        <_Seccion_documento_origen>string</_Seccion_documento_origen>
        <detalleJSONSerializable>string</detalleJSONSerializable>
        <numeroRegistro>int</numeroRegistro>
        <iOpcionRep>int</iOpcionRep>
        <sFiltroRep>string</sFiltroRep>
        <sFiltro>string</sFiltro>
        <sFechaDesde>string</sFechaDesde>
        <sFechaHasta>string</sFechaHasta>
        <sNumero>string</sNumero>
      </oDevOD>
      <oDevODDet>
        <_cantidad>decimal</_cantidad>
        <_precio>decimal</_precio>
        <_cod_requisicion>string</_cod_requisicion>
        <_cod_externo>string</_cod_externo>
        <_cod_actividad>string</_cod_actividad>
        <_cod_repuesto>int</_cod_repuesto>
      </oDevODDet>
    </fpAddLine>
  </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>
    <fpAddLineResponse xmlns="http://sinfoec.com/">
      <fpAddLineResult>
        <Lineas>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
          <ClsDevoDespachoDet>
            <_cantidad>decimal</_cantidad>
            <_precio>decimal</_precio>
            <_cod_requisicion>string</_cod_requisicion>
            <_cod_externo>string</_cod_externo>
            <_cod_actividad>string</_cod_actividad>
            <_cod_repuesto>int</_cod_repuesto>
          </ClsDevoDespachoDet>
        </Lineas>
        <_errDetalle>string</_errDetalle>
        <_cod_DevDespacho>string</_cod_DevDespacho>
        <_Despacho_No>string</_Despacho_No>
        <_Subtotal>decimal</_Subtotal>
        <_COD_bodega>string</_COD_bodega>
        <_Letras>string</_Letras>
        <_Observacion>string</_Observacion>
        <_Fecha_Devolucion>string</_Fecha_Devolucion>
        <_cod_transaccion>string</_cod_transaccion>
        <_Seccion_documento_origen>string</_Seccion_documento_origen>
        <detalleJSONSerializable>string</detalleJSONSerializable>
        <numeroRegistro>int</numeroRegistro>
        <iOpcionRep>int</iOpcionRep>
        <sFiltroRep>string</sFiltroRep>
        <sFiltro>string</sFiltro>
        <sFechaDesde>string</sFechaDesde>
        <sFechaHasta>string</sFechaHasta>
        <sNumero>string</sNumero>
      </fpAddLineResult>
    </fpAddLineResponse>
  </soap12:Body>
</soap12:Envelope>