ProductTable


Click here for a complete list of operations.

GetProductDetailNew_CreateForm

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 /Pages/Modules/Common/ProductTable.asmx HTTP/1.1
Host: ffherp.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetProductDetailNew_CreateForm"

<?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>
    <GetProductDetailNew_CreateForm xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </GetProductDetailNew_CreateForm>
  </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>
    <GetProductDetailNew_CreateFormResponse xmlns="http://tempuri.org/">
      <GetProductDetailNew_CreateFormResult>
        <Name>string</Name>
        <CatagoryName>string</CatagoryName>
        <Manufacturer>string</Manufacturer>
        <GroupId>string</GroupId>
        <CategoryId>string</CategoryId>
        <UnitName>string</UnitName>
        <UnitId>string</UnitId>
        <UnitPrice>decimal</UnitPrice>
        <GroupName>string</GroupName>
        <NewGroup>string</NewGroup>
        <NewCatagory>string</NewCatagory>
        <UpdatedBy>string</UpdatedBy>
        <StockAlertQty>string</StockAlertQty>
        <TAX1>string</TAX1>
        <TAX2>string</TAX2>
        <TAX3>string</TAX3>
        <Description>string</Description>
        <TaxType1>string</TaxType1>
        <TaxType2>string</TaxType2>
        <TaxType3>string</TaxType3>
        <TaxName1>string</TaxName1>
        <TaxName2>string</TaxName2>
        <TaxName3>string</TaxName3>
        <Discount>string</Discount>
        <Partcode>string</Partcode>
        <Status>string</Status>
        <UpdatedOn>string</UpdatedOn>
        <CreationDate>string</CreationDate>
        <tablename>string</tablename>
        <coulumnname>string</coulumnname>
        <productid>string</productid>
        <openingstock>decimal</openingstock>
        <total_tax>string</total_tax>
        <New_amount>string</New_amount>
        <LeadValue>string</LeadValue>
        <txtamtwithouttax>string</txtamtwithouttax>
        <stock>decimal</stock>
        <InstallRate>string</InstallRate>
        <InstallTax>string</InstallTax>
        <InstallType>string</InstallType>
        <InstallType1>string</InstallType1>
        <productTypeid>string</productTypeid>
        <productTypeName>string</productTypeName>
        <HSN_SACcode>string</HSN_SACcode>
        <CostPrice>decimal</CostPrice>
        <Under>string</Under>
        <OSService>decimal</OSService>
        <SaleOSDate>string</SaleOSDate>
        <ServiceOSDate>string</ServiceOSDate>
        <SaleOSDateNew>string</SaleOSDateNew>
        <ServiceOSDateNew>string</ServiceOSDateNew>
        <Servicestock>decimal</Servicestock>
        <eProductTypeSales>string</eProductTypeSales>
        <eProductTypePurchase>string</eProductTypePurchase>
        <eInstallable>int</eInstallable>
        <eDeliverable>int</eDeliverable>
        <ePurchaseDescription>string</ePurchaseDescription>
        <ProductTypeSale>string</ProductTypeSale>
        <ProductTypePurchase>string</ProductTypePurchase>
        <IPTax1>string</IPTax1>
        <IPTax2>string</IPTax2>
        <IPTax3>string</IPTax3>
        <IPTaxType1>string</IPTaxType1>
        <IPTaxType2>string</IPTaxType2>
        <IPTaxType3>string</IPTaxType3>
        <IPTaxName1>string</IPTaxName1>
        <IPTaxName2>string</IPTaxName2>
        <IPTaxName3>string</IPTaxName3>
        <IPRate>string</IPRate>
        <eMultiplier>decimal</eMultiplier>
        <ePeriodicity>string</ePeriodicity>
        <ePeriodicityID>int</ePeriodicityID>
        <eIPRate>decimal</eIPRate>
        <eIPTAX1>string</eIPTAX1>
        <eIPTAX2>string</eIPTAX2>
        <eIPTAX3>string</eIPTAX3>
        <eIPTaxName1>string</eIPTaxName1>
        <eIPTaxName2>string</eIPTaxName2>
        <eIPTaxName3>string</eIPTaxName3>
        <eIPTaxType1>string</eIPTaxType1>
        <eIPTaxType2>string</eIPTaxType2>
        <eIPTaxType3>string</eIPTaxType3>
        <eHeaderSelected>int</eHeaderSelected>
        <eCurrency>string</eCurrency>
        <eCurrencyRate>decimal</eCurrencyRate>
        <eOptionSelected>int</eOptionSelected>
        <eOptionLeadProductId>string</eOptionLeadProductId>
      </GetProductDetailNew_CreateFormResult>
    </GetProductDetailNew_CreateFormResponse>
  </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 /Pages/Modules/Common/ProductTable.asmx HTTP/1.1
Host: ffherp.co.in
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>
    <GetProductDetailNew_CreateForm xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </GetProductDetailNew_CreateForm>
  </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>
    <GetProductDetailNew_CreateFormResponse xmlns="http://tempuri.org/">
      <GetProductDetailNew_CreateFormResult>
        <Name>string</Name>
        <CatagoryName>string</CatagoryName>
        <Manufacturer>string</Manufacturer>
        <GroupId>string</GroupId>
        <CategoryId>string</CategoryId>
        <UnitName>string</UnitName>
        <UnitId>string</UnitId>
        <UnitPrice>decimal</UnitPrice>
        <GroupName>string</GroupName>
        <NewGroup>string</NewGroup>
        <NewCatagory>string</NewCatagory>
        <UpdatedBy>string</UpdatedBy>
        <StockAlertQty>string</StockAlertQty>
        <TAX1>string</TAX1>
        <TAX2>string</TAX2>
        <TAX3>string</TAX3>
        <Description>string</Description>
        <TaxType1>string</TaxType1>
        <TaxType2>string</TaxType2>
        <TaxType3>string</TaxType3>
        <TaxName1>string</TaxName1>
        <TaxName2>string</TaxName2>
        <TaxName3>string</TaxName3>
        <Discount>string</Discount>
        <Partcode>string</Partcode>
        <Status>string</Status>
        <UpdatedOn>string</UpdatedOn>
        <CreationDate>string</CreationDate>
        <tablename>string</tablename>
        <coulumnname>string</coulumnname>
        <productid>string</productid>
        <openingstock>decimal</openingstock>
        <total_tax>string</total_tax>
        <New_amount>string</New_amount>
        <LeadValue>string</LeadValue>
        <txtamtwithouttax>string</txtamtwithouttax>
        <stock>decimal</stock>
        <InstallRate>string</InstallRate>
        <InstallTax>string</InstallTax>
        <InstallType>string</InstallType>
        <InstallType1>string</InstallType1>
        <productTypeid>string</productTypeid>
        <productTypeName>string</productTypeName>
        <HSN_SACcode>string</HSN_SACcode>
        <CostPrice>decimal</CostPrice>
        <Under>string</Under>
        <OSService>decimal</OSService>
        <SaleOSDate>string</SaleOSDate>
        <ServiceOSDate>string</ServiceOSDate>
        <SaleOSDateNew>string</SaleOSDateNew>
        <ServiceOSDateNew>string</ServiceOSDateNew>
        <Servicestock>decimal</Servicestock>
        <eProductTypeSales>string</eProductTypeSales>
        <eProductTypePurchase>string</eProductTypePurchase>
        <eInstallable>int</eInstallable>
        <eDeliverable>int</eDeliverable>
        <ePurchaseDescription>string</ePurchaseDescription>
        <ProductTypeSale>string</ProductTypeSale>
        <ProductTypePurchase>string</ProductTypePurchase>
        <IPTax1>string</IPTax1>
        <IPTax2>string</IPTax2>
        <IPTax3>string</IPTax3>
        <IPTaxType1>string</IPTaxType1>
        <IPTaxType2>string</IPTaxType2>
        <IPTaxType3>string</IPTaxType3>
        <IPTaxName1>string</IPTaxName1>
        <IPTaxName2>string</IPTaxName2>
        <IPTaxName3>string</IPTaxName3>
        <IPRate>string</IPRate>
        <eMultiplier>decimal</eMultiplier>
        <ePeriodicity>string</ePeriodicity>
        <ePeriodicityID>int</ePeriodicityID>
        <eIPRate>decimal</eIPRate>
        <eIPTAX1>string</eIPTAX1>
        <eIPTAX2>string</eIPTAX2>
        <eIPTAX3>string</eIPTAX3>
        <eIPTaxName1>string</eIPTaxName1>
        <eIPTaxName2>string</eIPTaxName2>
        <eIPTaxName3>string</eIPTaxName3>
        <eIPTaxType1>string</eIPTaxType1>
        <eIPTaxType2>string</eIPTaxType2>
        <eIPTaxType3>string</eIPTaxType3>
        <eHeaderSelected>int</eHeaderSelected>
        <eCurrency>string</eCurrency>
        <eCurrencyRate>decimal</eCurrencyRate>
        <eOptionSelected>int</eOptionSelected>
        <eOptionLeadProductId>string</eOptionLeadProductId>
      </GetProductDetailNew_CreateFormResult>
    </GetProductDetailNew_CreateFormResponse>
  </soap12:Body>
</soap12:Envelope>