ProductService


Click here for a complete list of operations.

GetProduct

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 /WAPI/ProductService.asmx HTTP/1.1
Host: support.cobraconto.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cobraconto.net/webservices/wapi/GetProduct"

<?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>
    <GetProduct xmlns="http://www.cobraconto.net/webservices/wapi/">
      <AAuth>
        <User>string</User>
        <Password>string</Password>
      </AAuth>
      <ATransactionId>string</ATransactionId>
      <AId>int</AId>
    </GetProduct>
  </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>
    <GetProductResponse xmlns="http://www.cobraconto.net/webservices/wapi/">
      <GetProductResult>
        <TransactionId>string</TransactionId>
        <Products>
          <RowState>int</RowState>
          <Id>int</Id>
          <GlobalId>guid</GlobalId>
          <Timestamp>base64Binary</Timestamp>
          <AvatarId>int</AvatarId>
          <CurrencyId>string</CurrencyId>
          <StockCurrencyId>string</StockCurrencyId>
          <MeasureId>int</MeasureId>
          <BrandId>int</BrandId>
          <StockManagement>boolean</StockManagement>
          <NetMass>decimal</NetMass>
          <BrtMass>decimal</BrtMass>
          <MassQty>decimal</MassQty>
          <PriceQty>decimal</PriceQty>
          <IntrastatCtId>string</IntrastatCtId>
          <Identification>int</Identification>
          <IdentOnOut>boolean</IdentOnOut>
          <ProductRevenuesGroupId>int</ProductRevenuesGroupId>
          <ProductBookingGroupId>int</ProductBookingGroupId>
          <CostPrice>decimal</CostPrice>
          <CostPriceRate>decimal</CostPriceRate>
          <ExciseMonitoring>boolean</ExciseMonitoring>
          <EcoTaxContainer>boolean</EcoTaxContainer>
          <Note>string</Note>
          <ValidDateNecessaryOnInput>boolean</ValidDateNecessaryOnInput>
          <DefaultSupplier>int</DefaultSupplier>
          <BarcodeLabelCopies>int</BarcodeLabelCopies>
          <PackagingMeasureId>int</PackagingMeasureId>
          <PackagingQuantity>decimal</PackagingQuantity>
          <PackageIsOpenable>boolean</PackageIsOpenable>
          <StandardCosting>boolean</StandardCosting>
          <Colli>int</Colli>
          <BAFCN>string</BAFCN>
          <OutOfIntrastat>boolean</OutOfIntrastat>
          <SecondaryMeasureId>int</SecondaryMeasureId>
          <SecondaryMeasureUsage>int</SecondaryMeasureUsage>
          <Mediated>boolean</Mediated>
          <Inactive>boolean</Inactive>
          <ExternalMaintained>boolean</ExternalMaintained>
          <EKAERWithValue>boolean</EKAERWithValue>
          <Assetizable>boolean</Assetizable>
          <Measured>boolean</Measured>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
        </Products>
        <Products>
          <RowState>int</RowState>
          <Id>int</Id>
          <GlobalId>guid</GlobalId>
          <Timestamp>base64Binary</Timestamp>
          <AvatarId>int</AvatarId>
          <CurrencyId>string</CurrencyId>
          <StockCurrencyId>string</StockCurrencyId>
          <MeasureId>int</MeasureId>
          <BrandId>int</BrandId>
          <StockManagement>boolean</StockManagement>
          <NetMass>decimal</NetMass>
          <BrtMass>decimal</BrtMass>
          <MassQty>decimal</MassQty>
          <PriceQty>decimal</PriceQty>
          <IntrastatCtId>string</IntrastatCtId>
          <Identification>int</Identification>
          <IdentOnOut>boolean</IdentOnOut>
          <ProductRevenuesGroupId>int</ProductRevenuesGroupId>
          <ProductBookingGroupId>int</ProductBookingGroupId>
          <CostPrice>decimal</CostPrice>
          <CostPriceRate>decimal</CostPriceRate>
          <ExciseMonitoring>boolean</ExciseMonitoring>
          <EcoTaxContainer>boolean</EcoTaxContainer>
          <Note>string</Note>
          <ValidDateNecessaryOnInput>boolean</ValidDateNecessaryOnInput>
          <DefaultSupplier>int</DefaultSupplier>
          <BarcodeLabelCopies>int</BarcodeLabelCopies>
          <PackagingMeasureId>int</PackagingMeasureId>
          <PackagingQuantity>decimal</PackagingQuantity>
          <PackageIsOpenable>boolean</PackageIsOpenable>
          <StandardCosting>boolean</StandardCosting>
          <Colli>int</Colli>
          <BAFCN>string</BAFCN>
          <OutOfIntrastat>boolean</OutOfIntrastat>
          <SecondaryMeasureId>int</SecondaryMeasureId>
          <SecondaryMeasureUsage>int</SecondaryMeasureUsage>
          <Mediated>boolean</Mediated>
          <Inactive>boolean</Inactive>
          <ExternalMaintained>boolean</ExternalMaintained>
          <EKAERWithValue>boolean</EKAERWithValue>
          <Assetizable>boolean</Assetizable>
          <Measured>boolean</Measured>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
        </Products>
      </GetProductResult>
    </GetProductResponse>
  </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 /WAPI/ProductService.asmx HTTP/1.1
Host: support.cobraconto.net
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>
    <GetProduct xmlns="http://www.cobraconto.net/webservices/wapi/">
      <AAuth>
        <User>string</User>
        <Password>string</Password>
      </AAuth>
      <ATransactionId>string</ATransactionId>
      <AId>int</AId>
    </GetProduct>
  </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>
    <GetProductResponse xmlns="http://www.cobraconto.net/webservices/wapi/">
      <GetProductResult>
        <TransactionId>string</TransactionId>
        <Products>
          <RowState>int</RowState>
          <Id>int</Id>
          <GlobalId>guid</GlobalId>
          <Timestamp>base64Binary</Timestamp>
          <AvatarId>int</AvatarId>
          <CurrencyId>string</CurrencyId>
          <StockCurrencyId>string</StockCurrencyId>
          <MeasureId>int</MeasureId>
          <BrandId>int</BrandId>
          <StockManagement>boolean</StockManagement>
          <NetMass>decimal</NetMass>
          <BrtMass>decimal</BrtMass>
          <MassQty>decimal</MassQty>
          <PriceQty>decimal</PriceQty>
          <IntrastatCtId>string</IntrastatCtId>
          <Identification>int</Identification>
          <IdentOnOut>boolean</IdentOnOut>
          <ProductRevenuesGroupId>int</ProductRevenuesGroupId>
          <ProductBookingGroupId>int</ProductBookingGroupId>
          <CostPrice>decimal</CostPrice>
          <CostPriceRate>decimal</CostPriceRate>
          <ExciseMonitoring>boolean</ExciseMonitoring>
          <EcoTaxContainer>boolean</EcoTaxContainer>
          <Note>string</Note>
          <ValidDateNecessaryOnInput>boolean</ValidDateNecessaryOnInput>
          <DefaultSupplier>int</DefaultSupplier>
          <BarcodeLabelCopies>int</BarcodeLabelCopies>
          <PackagingMeasureId>int</PackagingMeasureId>
          <PackagingQuantity>decimal</PackagingQuantity>
          <PackageIsOpenable>boolean</PackageIsOpenable>
          <StandardCosting>boolean</StandardCosting>
          <Colli>int</Colli>
          <BAFCN>string</BAFCN>
          <OutOfIntrastat>boolean</OutOfIntrastat>
          <SecondaryMeasureId>int</SecondaryMeasureId>
          <SecondaryMeasureUsage>int</SecondaryMeasureUsage>
          <Mediated>boolean</Mediated>
          <Inactive>boolean</Inactive>
          <ExternalMaintained>boolean</ExternalMaintained>
          <EKAERWithValue>boolean</EKAERWithValue>
          <Assetizable>boolean</Assetizable>
          <Measured>boolean</Measured>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
        </Products>
        <Products>
          <RowState>int</RowState>
          <Id>int</Id>
          <GlobalId>guid</GlobalId>
          <Timestamp>base64Binary</Timestamp>
          <AvatarId>int</AvatarId>
          <CurrencyId>string</CurrencyId>
          <StockCurrencyId>string</StockCurrencyId>
          <MeasureId>int</MeasureId>
          <BrandId>int</BrandId>
          <StockManagement>boolean</StockManagement>
          <NetMass>decimal</NetMass>
          <BrtMass>decimal</BrtMass>
          <MassQty>decimal</MassQty>
          <PriceQty>decimal</PriceQty>
          <IntrastatCtId>string</IntrastatCtId>
          <Identification>int</Identification>
          <IdentOnOut>boolean</IdentOnOut>
          <ProductRevenuesGroupId>int</ProductRevenuesGroupId>
          <ProductBookingGroupId>int</ProductBookingGroupId>
          <CostPrice>decimal</CostPrice>
          <CostPriceRate>decimal</CostPriceRate>
          <ExciseMonitoring>boolean</ExciseMonitoring>
          <EcoTaxContainer>boolean</EcoTaxContainer>
          <Note>string</Note>
          <ValidDateNecessaryOnInput>boolean</ValidDateNecessaryOnInput>
          <DefaultSupplier>int</DefaultSupplier>
          <BarcodeLabelCopies>int</BarcodeLabelCopies>
          <PackagingMeasureId>int</PackagingMeasureId>
          <PackagingQuantity>decimal</PackagingQuantity>
          <PackageIsOpenable>boolean</PackageIsOpenable>
          <StandardCosting>boolean</StandardCosting>
          <Colli>int</Colli>
          <BAFCN>string</BAFCN>
          <OutOfIntrastat>boolean</OutOfIntrastat>
          <SecondaryMeasureId>int</SecondaryMeasureId>
          <SecondaryMeasureUsage>int</SecondaryMeasureUsage>
          <Mediated>boolean</Mediated>
          <Inactive>boolean</Inactive>
          <ExternalMaintained>boolean</ExternalMaintained>
          <EKAERWithValue>boolean</EKAERWithValue>
          <Assetizable>boolean</Assetizable>
          <Measured>boolean</Measured>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductNames>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <LanguageId>string</LanguageId>
            <Value>string</Value>
            <Note>string</Note>
          </ProductNames>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPartNos>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartNoId>int</PartNoId>
            <Value>string</Value>
          </ProductPartNos>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PriceTypeId>int</PriceTypeId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ProductPrices>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductProperties>
            <RowState>int</RowState>
            <PropertyId>int</PropertyId>
            <ProductId>int</ProductId>
            <Value>string</Value>
            <Report>boolean</Report>
          </ProductProperties>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ProductTaxes>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <TaxId>int</TaxId>
          </ProductTaxes>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <ContractPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </ContractPrices>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <EcoTaxComponents>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <FirstCode>string</FirstCode>
            <LastCode>string</LastCode>
            <Mass>decimal</Mass>
            <TypeId>int</TypeId>
            <EcoTaxCategoryId>int</EcoTaxCategoryId>
          </EcoTaxComponents>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductCNCTNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <CNCTNId>int</CNCTNId>
          </ProductCNCTNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseCNs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseCNId>int</ExciseCNId>
          </ProductExciseCNs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductExciseTCs>
            <RowState>int</RowState>
            <ValidFrom>dateTime</ValidFrom>
            <ProductId>int</ProductId>
            <ExciseTCId>int</ExciseTCId>
          </ProductExciseTCs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductIntrastatCNs>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <IntrastatCNId>int</IntrastatCNId>
            <SupUnitRate>decimal</SupUnitRate>
          </ProductIntrastatCNs>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStatisticalGroups>
            <RowState>int</RowState>
            <StatisticalGroupId>int</StatisticalGroupId>
            <ProductId>int</ProductId>
            <Rate>decimal</Rate>
            <Quantity>decimal</Quantity>
          </ProductStatisticalGroups>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductStocks>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <StockId>int</StockId>
            <LocationId>int</LocationId>
            <Capacity>decimal</Capacity>
            <MinQuantity>decimal</MinQuantity>
            <LoadQuantity>decimal</LoadQuantity>
          </ProductStocks>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <ProductSupplies>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <PartnerId>int</PartnerId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
            <MinQty>decimal</MinQty>
            <DeliveryTimeValue>int</DeliveryTimeValue>
            <DeliveryTimeUnit>int</DeliveryTimeUnit>
            <PackagingQuantity>decimal</PackagingQuantity>
            <PackagingMeasureId>int</PackagingMeasureId>
          </ProductSupplies>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <SpecialPrices>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <ValidFrom>dateTime</ValidFrom>
            <CurrencyId>string</CurrencyId>
            <ValidUntil>dateTime</ValidUntil>
            <Price>decimal</Price>
          </SpecialPrices>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
          <ProductCategories>
            <RowState>int</RowState>
            <ProductId>int</ProductId>
            <CategoryId>int</CategoryId>
          </ProductCategories>
        </Products>
      </GetProductResult>
    </GetProductResponse>
  </soap12:Body>
</soap12:Envelope>