InnvitaONEService


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

getReceptionLq

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 /InnvitaONEService.asmx HTTP/1.1
Host: testws3pl.innvita.freeddns.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "InnvitaONE/getReceptionLq"

<?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>
    <getReceptionLq xmlns="InnvitaONE" />
  </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>
    <getReceptionLqResponse xmlns="InnvitaONE">
      <getReceptionLqResult>
        <Company_Id>int</Company_Id>
        <Site_Id>int</Site_Id>
        <Reception_Id>int</Reception_Id>
        <Business_Partner_Provider>string</Business_Partner_Provider>
        <Business_Partner_Owner>string</Business_Partner_Owner>
        <AccessControl_Id>int</AccessControl_Id>
        <Staff_Id>int</Staff_Id>
        <Sector_Id>int</Sector_Id>
        <Worktype_Id>int</Worktype_Id>
        <Service_Id>int</Service_Id>
        <DocType_Id>int</DocType_Id>
        <Reception_DocNumber>int</Reception_DocNumber>
        <Reception_DateIn>dateTime</Reception_DateIn>
        <Reception_DateOut>dateTime</Reception_DateOut>
        <Reception_Note>string</Reception_Note>
        <Reception_Status>int</Reception_Status>
        <Reception_GrossWeight>decimal</Reception_GrossWeight>
        <Reception_NetWeight>decimal</Reception_NetWeight>
        <Reception_Tare>decimal</Reception_Tare>
        <Reception_Stamp>string</Reception_Stamp>
        <Reception_SendStat>int</Reception_SendStat>
        <Accounts_Id>int</Accounts_Id>
        <Reception_seals1>string</Reception_seals1>
        <Reception_seals2>string</Reception_seals2>
        <Reception_seals3>string</Reception_seals3>
        <Reception_NumContainer>string</Reception_NumContainer>
        <Reception_Type>int</Reception_Type>
        <Reception_Origin>int</Reception_Origin>
        <Reception_Destination>int</Reception_Destination>
        <Reception_RefrigerationUnit>int</Reception_RefrigerationUnit>
        <Reception_Sealed>int</Reception_Sealed>
        <Reception_CrossDocking>int</Reception_CrossDocking>
        <INV_0010_SyncStat>char</INV_0010_SyncStat>
        <INV_0010_UpdFrom>char</INV_0010_UpdFrom>
        <Reception_ExpBased>int</Reception_ExpBased>
      </getReceptionLqResult>
    </getReceptionLqResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /InnvitaONEService.asmx HTTP/1.1
Host: testws3pl.innvita.freeddns.org
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>
    <getReceptionLq xmlns="InnvitaONE" />
  </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>
    <getReceptionLqResponse xmlns="InnvitaONE">
      <getReceptionLqResult>
        <Company_Id>int</Company_Id>
        <Site_Id>int</Site_Id>
        <Reception_Id>int</Reception_Id>
        <Business_Partner_Provider>string</Business_Partner_Provider>
        <Business_Partner_Owner>string</Business_Partner_Owner>
        <AccessControl_Id>int</AccessControl_Id>
        <Staff_Id>int</Staff_Id>
        <Sector_Id>int</Sector_Id>
        <Worktype_Id>int</Worktype_Id>
        <Service_Id>int</Service_Id>
        <DocType_Id>int</DocType_Id>
        <Reception_DocNumber>int</Reception_DocNumber>
        <Reception_DateIn>dateTime</Reception_DateIn>
        <Reception_DateOut>dateTime</Reception_DateOut>
        <Reception_Note>string</Reception_Note>
        <Reception_Status>int</Reception_Status>
        <Reception_GrossWeight>decimal</Reception_GrossWeight>
        <Reception_NetWeight>decimal</Reception_NetWeight>
        <Reception_Tare>decimal</Reception_Tare>
        <Reception_Stamp>string</Reception_Stamp>
        <Reception_SendStat>int</Reception_SendStat>
        <Accounts_Id>int</Accounts_Id>
        <Reception_seals1>string</Reception_seals1>
        <Reception_seals2>string</Reception_seals2>
        <Reception_seals3>string</Reception_seals3>
        <Reception_NumContainer>string</Reception_NumContainer>
        <Reception_Type>int</Reception_Type>
        <Reception_Origin>int</Reception_Origin>
        <Reception_Destination>int</Reception_Destination>
        <Reception_RefrigerationUnit>int</Reception_RefrigerationUnit>
        <Reception_Sealed>int</Reception_Sealed>
        <Reception_CrossDocking>int</Reception_CrossDocking>
        <INV_0010_SyncStat>char</INV_0010_SyncStat>
        <INV_0010_UpdFrom>char</INV_0010_UpdFrom>
        <Reception_ExpBased>int</Reception_ExpBased>
      </getReceptionLqResult>
    </getReceptionLqResponse>
  </soap12:Body>
</soap12:Envelope>