KorgunWebServis


Click here for a complete list of operations.

GetWebStkMevDetail

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
tar1:
tar2:
skod1:
skod2:
bedgrup:
FiyTip1:
FiyTip2:
FiyTip3:
FiyTip4:
FiyTip5:
FiyTip6:
FiyTip7:
FiyTip8:
FiyTip9:
FiyTip10:
Location:
ParaCinsi:
Option:
Barcode:
aktifBarkod:
MagazaMevcutRezervi:

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 /KorgunWebService.asmx HTTP/1.1
Host: faucet.pivx.link
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "KorgunWebServis/GetWebStkMevDetail"

<?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>
    <GetWebStkMevDetail xmlns="KorgunWebServis">
      <tar1>string</tar1>
      <tar2>string</tar2>
      <skod1>string</skod1>
      <skod2>string</skod2>
      <bedgrup>string</bedgrup>
      <FiyTip1>string</FiyTip1>
      <FiyTip2>string</FiyTip2>
      <FiyTip3>string</FiyTip3>
      <FiyTip4>string</FiyTip4>
      <FiyTip5>string</FiyTip5>
      <FiyTip6>string</FiyTip6>
      <FiyTip7>string</FiyTip7>
      <FiyTip8>string</FiyTip8>
      <FiyTip9>string</FiyTip9>
      <FiyTip10>string</FiyTip10>
      <Location>string</Location>
      <ParaCinsi>string</ParaCinsi>
      <Option>string</Option>
      <Barcode>string</Barcode>
      <aktifBarkod>string</aktifBarkod>
      <MagazaMevcutRezervi>string</MagazaMevcutRezervi>
    </GetWebStkMevDetail>
  </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>
    <GetWebStkMevDetailResponse xmlns="KorgunWebServis">
      <GetWebStkMevDetailResult>
        <xsd:schema>schema</xsd:schema>xml</GetWebStkMevDetailResult>
    </GetWebStkMevDetailResponse>
  </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 /KorgunWebService.asmx HTTP/1.1
Host: faucet.pivx.link
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>
    <GetWebStkMevDetail xmlns="KorgunWebServis">
      <tar1>string</tar1>
      <tar2>string</tar2>
      <skod1>string</skod1>
      <skod2>string</skod2>
      <bedgrup>string</bedgrup>
      <FiyTip1>string</FiyTip1>
      <FiyTip2>string</FiyTip2>
      <FiyTip3>string</FiyTip3>
      <FiyTip4>string</FiyTip4>
      <FiyTip5>string</FiyTip5>
      <FiyTip6>string</FiyTip6>
      <FiyTip7>string</FiyTip7>
      <FiyTip8>string</FiyTip8>
      <FiyTip9>string</FiyTip9>
      <FiyTip10>string</FiyTip10>
      <Location>string</Location>
      <ParaCinsi>string</ParaCinsi>
      <Option>string</Option>
      <Barcode>string</Barcode>
      <aktifBarkod>string</aktifBarkod>
      <MagazaMevcutRezervi>string</MagazaMevcutRezervi>
    </GetWebStkMevDetail>
  </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>
    <GetWebStkMevDetailResponse xmlns="KorgunWebServis">
      <GetWebStkMevDetailResult>
        <xsd:schema>schema</xsd:schema>xml</GetWebStkMevDetailResult>
    </GetWebStkMevDetailResponse>
  </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 /KorgunWebService.asmx/GetWebStkMevDetail?tar1=string&tar2=string&skod1=string&skod2=string&bedgrup=string&FiyTip1=string&FiyTip2=string&FiyTip3=string&FiyTip4=string&FiyTip5=string&FiyTip6=string&FiyTip7=string&FiyTip8=string&FiyTip9=string&FiyTip10=string&Location=string&ParaCinsi=string&Option=string&Barcode=string&aktifBarkod=string&MagazaMevcutRezervi=string HTTP/1.1
Host: faucet.pivx.link
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<DataSet xmlns="KorgunWebServis">
  <schema xmlns="http://www.w3.org/2001/XMLSchema">schema</schema>xml</DataSet>

HTTP POST

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

POST /KorgunWebService.asmx/GetWebStkMevDetail HTTP/1.1
Host: faucet.pivx.link
Content-Type: application/x-www-form-urlencoded
Content-Length: length

tar1=string&tar2=string&skod1=string&skod2=string&bedgrup=string&FiyTip1=string&FiyTip2=string&FiyTip3=string&FiyTip4=string&FiyTip5=string&FiyTip6=string&FiyTip7=string&FiyTip8=string&FiyTip9=string&FiyTip10=string&Location=string&ParaCinsi=string&Option=string&Barcode=string&aktifBarkod=string&MagazaMevcutRezervi=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<DataSet xmlns="KorgunWebServis">
  <schema xmlns="http://www.w3.org/2001/XMLSchema">schema</schema>xml</DataSet>