Administrador_AdministradorParametricas_ConsultasParametricas
Click here for a complete list of operations.
DatosPorItem
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 /Integrador/Administrador_AdministradorParametricas_ConsultasParametricas.asmx HTTP/1.1
Host: ws.picizintegrador.grupozfb.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Administrador_AdministradorParametricas_ConsultasParametricas/DatosPorItem"
<?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>
<inHeader xmlns="http://Mensajes.General.inHeader">
<CDCIAUSUARIA xmlns="">string</CDCIAUSUARIA>
<CDZONAFRANCA xmlns="">integer</CDZONAFRANCA>
<DSUSUARIO xmlns="">string</DSUSUARIO>
<PWDUSUARIO xmlns="">string</PWDUSUARIO>
</inHeader>
</soap:Header>
<soap:Body>
<DatosPorItem xmlns="http://tempuri.org/">
<DATOSITEM xmlns="http://Mensajes.TablasParametricas.DatosItem">
<CDITEM xmlns="">string</CDITEM>
</DATOSITEM>
</DatosPorItem>
</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>
<DatosPorItemResponse xmlns="http://tempuri.org/">
<RESULTADODATOSITEM xmlns="http://Mensajes.TablasParametricas.ResultadoDatosItem">
<NREG xmlns="">integer</NREG>
<CDCIA_USUARIA xmlns="">string</CDCIA_USUARIA>
<DSCIA_USUARIA xmlns="">string</DSCIA_USUARIA>
<CDITEM xmlns="">string</CDITEM>
<CDTIPO_MERCANCIA xmlns="">string</CDTIPO_MERCANCIA>
<DSTIPO_MERCANCIA xmlns="">string</DSTIPO_MERCANCIA>
<DSITEM xmlns="">string</DSITEM>
<CDTIPO xmlns="">string</CDTIPO>
<DSTIPO xmlns="">string</DSTIPO>
<CDSUBPARTIDA xmlns="">string</CDSUBPARTIDA>
<DSSUBPARTIDA xmlns="">string</DSSUBPARTIDA>
<CDUNIDAD_COMERCIAL xmlns="">string</CDUNIDAD_COMERCIAL>
<DSUNIDAD_COMERCIAL xmlns="">string</DSUNIDAD_COMERCIAL>
<CDUNIDAD_MED xmlns="">string</CDUNIDAD_MED>
<DSUNIDAD_MED xmlns="">string</DSUNIDAD_MED>
<NMCONVERSION xmlns="">decimal</NMCONVERSION>
<SNCOMPONENTES xmlns="">string</SNCOMPONENTES>
<SNREEMPAQUE xmlns="">string</SNREEMPAQUE>
<FEAPROBACION xmlns="">string</FEAPROBACION>
<FERETIRO xmlns="">string</FERETIRO>
<NMSALDO_INICIAL xmlns="">decimal</NMSALDO_INICIAL>
<NMSALDO xmlns="">decimal</NMSALDO>
<ID xmlns="">integer</ID>
<CHKSELECT xmlns="">string</CHKSELECT>
<SALDO_REAL xmlns="">decimal</SALDO_REAL>
</RESULTADODATOSITEM>
</DatosPorItemResponse>
</soap:Body>
</soap:Envelope>