Service


Click here for a complete list of operations.

GetAllParketProducts

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
parketCatId:

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 /DesktopModules/WB_PCA_OrderSystem/Service.asmx HTTP/1.1
Host: parsianchoob.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetAllParketProducts"

<?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>
    <GetAllParketProducts xmlns="http://tempuri.org/">
      <parketCatId>int</parketCatId>
    </GetAllParketProducts>
  </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>
    <GetAllParketProductsResponse xmlns="http://tempuri.org/">
      <GetAllParketProductsResult>
        <ProductInfo>
          <ID>int</ID>
          <SeyaghID>string</SeyaghID>
          <Name>string</Name>
          <ColorCode>string</ColorCode>
          <CatID>int</CatID>
          <IsDeleted>boolean</IsDeleted>
          <DisableBuyButton>boolean</DisableBuyButton>
          <ImgUrl>string</ImgUrl>
          <IsReplacement>boolean</IsReplacement>
        </ProductInfo>
        <ProductInfo>
          <ID>int</ID>
          <SeyaghID>string</SeyaghID>
          <Name>string</Name>
          <ColorCode>string</ColorCode>
          <CatID>int</CatID>
          <IsDeleted>boolean</IsDeleted>
          <DisableBuyButton>boolean</DisableBuyButton>
          <ImgUrl>string</ImgUrl>
          <IsReplacement>boolean</IsReplacement>
        </ProductInfo>
      </GetAllParketProductsResult>
    </GetAllParketProductsResponse>
  </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 /DesktopModules/WB_PCA_OrderSystem/Service.asmx HTTP/1.1
Host: parsianchoob.com
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>
    <GetAllParketProducts xmlns="http://tempuri.org/">
      <parketCatId>int</parketCatId>
    </GetAllParketProducts>
  </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>
    <GetAllParketProductsResponse xmlns="http://tempuri.org/">
      <GetAllParketProductsResult>
        <ProductInfo>
          <ID>int</ID>
          <SeyaghID>string</SeyaghID>
          <Name>string</Name>
          <ColorCode>string</ColorCode>
          <CatID>int</CatID>
          <IsDeleted>boolean</IsDeleted>
          <DisableBuyButton>boolean</DisableBuyButton>
          <ImgUrl>string</ImgUrl>
          <IsReplacement>boolean</IsReplacement>
        </ProductInfo>
        <ProductInfo>
          <ID>int</ID>
          <SeyaghID>string</SeyaghID>
          <Name>string</Name>
          <ColorCode>string</ColorCode>
          <CatID>int</CatID>
          <IsDeleted>boolean</IsDeleted>
          <DisableBuyButton>boolean</DisableBuyButton>
          <ImgUrl>string</ImgUrl>
          <IsReplacement>boolean</IsReplacement>
        </ProductInfo>
      </GetAllParketProductsResult>
    </GetAllParketProductsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /DesktopModules/WB_PCA_OrderSystem/Service.asmx/GetAllParketProducts?parketCatId=string HTTP/1.1
Host: parsianchoob.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProductInfo xmlns="http://tempuri.org/">
  <ProductInfo>
    <ID>int</ID>
    <SeyaghID>string</SeyaghID>
    <Name>string</Name>
    <ColorCode>string</ColorCode>
    <CatID>int</CatID>
    <IsDeleted>boolean</IsDeleted>
    <DisableBuyButton>boolean</DisableBuyButton>
    <ImgUrl>string</ImgUrl>
    <IsReplacement>boolean</IsReplacement>
  </ProductInfo>
  <ProductInfo>
    <ID>int</ID>
    <SeyaghID>string</SeyaghID>
    <Name>string</Name>
    <ColorCode>string</ColorCode>
    <CatID>int</CatID>
    <IsDeleted>boolean</IsDeleted>
    <DisableBuyButton>boolean</DisableBuyButton>
    <ImgUrl>string</ImgUrl>
    <IsReplacement>boolean</IsReplacement>
  </ProductInfo>
</ArrayOfProductInfo>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /DesktopModules/WB_PCA_OrderSystem/Service.asmx/GetAllParketProducts HTTP/1.1
Host: parsianchoob.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

parketCatId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProductInfo xmlns="http://tempuri.org/">
  <ProductInfo>
    <ID>int</ID>
    <SeyaghID>string</SeyaghID>
    <Name>string</Name>
    <ColorCode>string</ColorCode>
    <CatID>int</CatID>
    <IsDeleted>boolean</IsDeleted>
    <DisableBuyButton>boolean</DisableBuyButton>
    <ImgUrl>string</ImgUrl>
    <IsReplacement>boolean</IsReplacement>
  </ProductInfo>
  <ProductInfo>
    <ID>int</ID>
    <SeyaghID>string</SeyaghID>
    <Name>string</Name>
    <ColorCode>string</ColorCode>
    <CatID>int</CatID>
    <IsDeleted>boolean</IsDeleted>
    <DisableBuyButton>boolean</DisableBuyButton>
    <ImgUrl>string</ImgUrl>
    <IsReplacement>boolean</IsReplacement>
  </ProductInfo>
</ArrayOfProductInfo>