InnvitaONEService


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

GetInfoCajaBySSCC

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

<?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>
    <GetInfoCajaBySSCC xmlns="InnvitaONE">
      <CompId>int</CompId>
      <SSCC>string</SSCC>
    </GetInfoCajaBySSCC>
  </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>
    <GetInfoCajaBySSCCResponse xmlns="InnvitaONE">
      <GetInfoCajaBySSCCResult>
        <Company_Id>int</Company_Id>
        <Package_Id>int</Package_Id>
        <Supportive_Id>int</Supportive_Id>
        <Reception_Id>int</Reception_Id>
        <Layout_Id>int</Layout_Id>
        <ArticleProvider_Id>int</ArticleProvider_Id>
        <ArticleProvider_GrossWeight>decimal</ArticleProvider_GrossWeight>
        <Package_Barcode>string</Package_Barcode>
        <Package_QuantityInitial>int</Package_QuantityInitial>
        <Package_Quantity>int</Package_Quantity>
        <Package_NetWeightInitial>decimal</Package_NetWeightInitial>
        <Package_NetWeight>decimal</Package_NetWeight>
        <Package_GrossWeightInitial>decimal</Package_GrossWeightInitial>
        <Package_GrossWeight>decimal</Package_GrossWeight>
        <Package_Height>decimal</Package_Height>
        <Package_Status>int</Package_Status>
        <Package_QualityStatus>int</Package_QualityStatus>
        <Package_Owner>string</Package_Owner>
        <Package_SSCC>string</Package_SSCC>
        <Package_SSCCParent>string</Package_SSCCParent>
        <Package_SSCCParent_Id>int</Package_SSCCParent_Id>
        <Package_Lot>string</Package_Lot>
        <Package_ProductionDate>dateTime</Package_ProductionDate>
        <Package_ExpiresDate>dateTime</Package_ExpiresDate>
        <Package_Mixed>int</Package_Mixed>
        <Package_InDate>dateTime</Package_InDate>
        <Package_OutDate>dateTime</Package_OutDate>
        <Package_SN>string</Package_SN>
        <Package_PN>string</Package_PN>
        <Package_ReserveQuantity>int</Package_ReserveQuantity>
        <Package_Reserve>int</Package_Reserve>
        <Package_Data1>string</Package_Data1>
        <Package_Data2>string</Package_Data2>
        <PackageState_Id>int</PackageState_Id>
        <Accounts_Id>int</Accounts_Id>
        <Package_FoilPP>string</Package_FoilPP>
        <EntryType>int</EntryType>
        <Package_Origin>int</Package_Origin>
        <Package_Destination>int</Package_Destination>
        <Package_DependencesTotal>int</Package_DependencesTotal>
        <Package_CrossDocking>int</Package_CrossDocking>
        <PackageState_Id_Initial>int</PackageState_Id_Initial>
        <CreatedStaff_Id>int</CreatedStaff_Id>
      </GetInfoCajaBySSCCResult>
    </GetInfoCajaBySSCCResponse>
  </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>
    <GetInfoCajaBySSCC xmlns="InnvitaONE">
      <CompId>int</CompId>
      <SSCC>string</SSCC>
    </GetInfoCajaBySSCC>
  </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>
    <GetInfoCajaBySSCCResponse xmlns="InnvitaONE">
      <GetInfoCajaBySSCCResult>
        <Company_Id>int</Company_Id>
        <Package_Id>int</Package_Id>
        <Supportive_Id>int</Supportive_Id>
        <Reception_Id>int</Reception_Id>
        <Layout_Id>int</Layout_Id>
        <ArticleProvider_Id>int</ArticleProvider_Id>
        <ArticleProvider_GrossWeight>decimal</ArticleProvider_GrossWeight>
        <Package_Barcode>string</Package_Barcode>
        <Package_QuantityInitial>int</Package_QuantityInitial>
        <Package_Quantity>int</Package_Quantity>
        <Package_NetWeightInitial>decimal</Package_NetWeightInitial>
        <Package_NetWeight>decimal</Package_NetWeight>
        <Package_GrossWeightInitial>decimal</Package_GrossWeightInitial>
        <Package_GrossWeight>decimal</Package_GrossWeight>
        <Package_Height>decimal</Package_Height>
        <Package_Status>int</Package_Status>
        <Package_QualityStatus>int</Package_QualityStatus>
        <Package_Owner>string</Package_Owner>
        <Package_SSCC>string</Package_SSCC>
        <Package_SSCCParent>string</Package_SSCCParent>
        <Package_SSCCParent_Id>int</Package_SSCCParent_Id>
        <Package_Lot>string</Package_Lot>
        <Package_ProductionDate>dateTime</Package_ProductionDate>
        <Package_ExpiresDate>dateTime</Package_ExpiresDate>
        <Package_Mixed>int</Package_Mixed>
        <Package_InDate>dateTime</Package_InDate>
        <Package_OutDate>dateTime</Package_OutDate>
        <Package_SN>string</Package_SN>
        <Package_PN>string</Package_PN>
        <Package_ReserveQuantity>int</Package_ReserveQuantity>
        <Package_Reserve>int</Package_Reserve>
        <Package_Data1>string</Package_Data1>
        <Package_Data2>string</Package_Data2>
        <PackageState_Id>int</PackageState_Id>
        <Accounts_Id>int</Accounts_Id>
        <Package_FoilPP>string</Package_FoilPP>
        <EntryType>int</EntryType>
        <Package_Origin>int</Package_Origin>
        <Package_Destination>int</Package_Destination>
        <Package_DependencesTotal>int</Package_DependencesTotal>
        <Package_CrossDocking>int</Package_CrossDocking>
        <PackageState_Id_Initial>int</PackageState_Id_Initial>
        <CreatedStaff_Id>int</CreatedStaff_Id>
      </GetInfoCajaBySSCCResult>
    </GetInfoCajaBySSCCResponse>
  </soap12:Body>
</soap12:Envelope>