KorgunWebServis
Click here for a complete list of operations.
SetMusteriKart
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/SetMusteriKart" <?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> <SetMusteriKart xmlns="KorgunWebServis"> <MKod>string</MKod> <MName>string</MName> <Adr1>string</Adr1> <Adr2>string</Adr2> <Sehir>string</Sehir> <PKod>string</PKod> <evtel>string</evtel> <istel>string</istel> <ceptel>string</ceptel> <Fax>string</Fax> <eMail>string</eMail> <WWW>string</WWW> <Resim>string</Resim> <DogTar>string</DogTar> <MedDur>string</MedDur> <Cinsiyeti>string</Cinsiyeti> <Notu>string</Notu> <TCKimlikNo>string</TCKimlikNo> <WorkName>string</WorkName> <WorkAdr1>string</WorkAdr1> <WorkAdr2>string</WorkAdr2> <WorkSehir>string</WorkSehir> <WorkFax>string</WorkFax> <UyeNo>string</UyeNo> <KaraListe>string</KaraListe> <ilce>string</ilce> <Semt>string</Semt> <Ulke>string</Ulke> <OgrenimDurumu>string</OgrenimDurumu> <Meslek>string</Meslek> <OzKod1>string</OzKod1> <OzKod2>string</OzKod2> <OzKod3>string</OzKod3> <OzKod4>string</OzKod4> <OzKod5>string</OzKod5> <OzKod6>string</OzKod6> <OzKod7>string</OzKod7> <OzKod8>string</OzKod8> <OzKod9>string</OzKod9> <OzKod10>string</OzKod10> <Location>string</Location> <vdar>string</vdar> <VNo>string</VNo> </SetMusteriKart> </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> <SetMusteriKartResponse xmlns="KorgunWebServis"> <SetMusteriKartResult> <xsd:schema>schema</xsd:schema>xml</SetMusteriKartResult> </SetMusteriKartResponse> </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> <SetMusteriKart xmlns="KorgunWebServis"> <MKod>string</MKod> <MName>string</MName> <Adr1>string</Adr1> <Adr2>string</Adr2> <Sehir>string</Sehir> <PKod>string</PKod> <evtel>string</evtel> <istel>string</istel> <ceptel>string</ceptel> <Fax>string</Fax> <eMail>string</eMail> <WWW>string</WWW> <Resim>string</Resim> <DogTar>string</DogTar> <MedDur>string</MedDur> <Cinsiyeti>string</Cinsiyeti> <Notu>string</Notu> <TCKimlikNo>string</TCKimlikNo> <WorkName>string</WorkName> <WorkAdr1>string</WorkAdr1> <WorkAdr2>string</WorkAdr2> <WorkSehir>string</WorkSehir> <WorkFax>string</WorkFax> <UyeNo>string</UyeNo> <KaraListe>string</KaraListe> <ilce>string</ilce> <Semt>string</Semt> <Ulke>string</Ulke> <OgrenimDurumu>string</OgrenimDurumu> <Meslek>string</Meslek> <OzKod1>string</OzKod1> <OzKod2>string</OzKod2> <OzKod3>string</OzKod3> <OzKod4>string</OzKod4> <OzKod5>string</OzKod5> <OzKod6>string</OzKod6> <OzKod7>string</OzKod7> <OzKod8>string</OzKod8> <OzKod9>string</OzKod9> <OzKod10>string</OzKod10> <Location>string</Location> <vdar>string</vdar> <VNo>string</VNo> </SetMusteriKart> </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> <SetMusteriKartResponse xmlns="KorgunWebServis"> <SetMusteriKartResult> <xsd:schema>schema</xsd:schema>xml</SetMusteriKartResult> </SetMusteriKartResponse> </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/SetMusteriKart?MKod=string&MName=string&Adr1=string&Adr2=string&Sehir=string&PKod=string&evtel=string&istel=string&ceptel=string&Fax=string&eMail=string&WWW=string&Resim=string&DogTar=string&MedDur=string&Cinsiyeti=string&Notu=string&TCKimlikNo=string&WorkName=string&WorkAdr1=string&WorkAdr2=string&WorkSehir=string&WorkFax=string&UyeNo=string&KaraListe=string&ilce=string&Semt=string&Ulke=string&OgrenimDurumu=string&Meslek=string&OzKod1=string&OzKod2=string&OzKod3=string&OzKod4=string&OzKod5=string&OzKod6=string&OzKod7=string&OzKod8=string&OzKod9=string&OzKod10=string&Location=string&vdar=string&VNo=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/SetMusteriKart HTTP/1.1 Host: faucet.pivx.link Content-Type: application/x-www-form-urlencoded Content-Length: length MKod=string&MName=string&Adr1=string&Adr2=string&Sehir=string&PKod=string&evtel=string&istel=string&ceptel=string&Fax=string&eMail=string&WWW=string&Resim=string&DogTar=string&MedDur=string&Cinsiyeti=string&Notu=string&TCKimlikNo=string&WorkName=string&WorkAdr1=string&WorkAdr2=string&WorkSehir=string&WorkFax=string&UyeNo=string&KaraListe=string&ilce=string&Semt=string&Ulke=string&OgrenimDurumu=string&Meslek=string&OzKod1=string&OzKod2=string&OzKod3=string&OzKod4=string&OzKod5=string&OzKod6=string&OzKod7=string&OzKod8=string&OzKod9=string&OzKod10=string&Location=string&vdar=string&VNo=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>