SrvMusteri


Click here for a complete list of operations.

MusteriEmaildenGetir

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 /Musteri/SrvMusteri.asmx HTTP/1.1
Host: winapi2.otelz.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://185.4.209.3/Musteri/SrvMusteri/MusteriEmaildenGetir"

<?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:Header>
    <UserLogin xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <UserName>string</UserName>
      <Password>string</Password>
    </UserLogin>
  </soap:Header>
  <soap:Body>
    <MusteriEmaildenGetir xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <emailadresi>string</emailadresi>
    </MusteriEmaildenGetir>
  </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>
    <MusteriEmaildenGetirResponse xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <MusteriEmaildenGetirResult>
        <Id>int</Id>
        <Adi>string</Adi>
        <Soyadi>string</Soyadi>
        <Cinsiyeti>string</Cinsiyeti>
        <Meslek>string</Meslek>
        <Unvan>string</Unvan>
        <TelefonTuru1>string</TelefonTuru1>
        <Telefon1>string</Telefon1>
        <TelefonTuru2>string</TelefonTuru2>
        <Telefon2>string</Telefon2>
        <TelefonTuru3>string</TelefonTuru3>
        <Telefon3>string</Telefon3>
        <Gsm>string</Gsm>
        <Fax>string</Fax>
        <Mail>string</Mail>
        <Web>string</Web>
        <AdresTuru1>string</AdresTuru1>
        <Adres1>string</Adres1>
        <AdresTuru2>string</AdresTuru2>
        <Adres2>string</Adres2>
        <AdresTuru3>string</AdresTuru3>
        <Adres3>string</Adres3>
        <DogumTarihi>string</DogumTarihi>
        <VergiNo>string</VergiNo>
        <VergiDairesi>string</VergiDairesi>
        <PasaportNo>string</PasaportNo>
        <PasaportTipi>string</PasaportTipi>
        <TcKimlikNo>string</TcKimlikNo>
        <MedeniDurum>string</MedeniDurum>
        <EvlilikTarih>string</EvlilikTarih>
        <DogumYeri>string</DogumYeri>
        <Aciklama>string</Aciklama>
        <AvatarUrl>string</AvatarUrl>
        <SaveUser>string</SaveUser>
        <SaveDate>string</SaveDate>
        <EditUser>string</EditUser>
        <EditDate>string</EditDate>
        <KitaId>int</KitaId>
        <UlkeId>int</UlkeId>
        <BolgeId>int</BolgeId>
        <IlId>int</IlId>
        <IlceId>int</IlceId>
        <BeldeId>int</BeldeId>
        <YoreId>int</YoreId>
        <KitaAdi>string</KitaAdi>
        <UlkeAdi>string</UlkeAdi>
        <BolgeAdi>string</BolgeAdi>
        <IlAdi>string</IlAdi>
        <IlceAdi>string</IlceAdi>
        <BeldeAdi>string</BeldeAdi>
        <YoreAdi>string</YoreAdi>
      </MusteriEmaildenGetirResult>
    </MusteriEmaildenGetirResponse>
  </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 /Musteri/SrvMusteri.asmx HTTP/1.1
Host: winapi2.otelz.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:Header>
    <UserLogin xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <UserName>string</UserName>
      <Password>string</Password>
    </UserLogin>
  </soap12:Header>
  <soap12:Body>
    <MusteriEmaildenGetir xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <emailadresi>string</emailadresi>
    </MusteriEmaildenGetir>
  </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>
    <MusteriEmaildenGetirResponse xmlns="http://185.4.209.3/Musteri/SrvMusteri/">
      <MusteriEmaildenGetirResult>
        <Id>int</Id>
        <Adi>string</Adi>
        <Soyadi>string</Soyadi>
        <Cinsiyeti>string</Cinsiyeti>
        <Meslek>string</Meslek>
        <Unvan>string</Unvan>
        <TelefonTuru1>string</TelefonTuru1>
        <Telefon1>string</Telefon1>
        <TelefonTuru2>string</TelefonTuru2>
        <Telefon2>string</Telefon2>
        <TelefonTuru3>string</TelefonTuru3>
        <Telefon3>string</Telefon3>
        <Gsm>string</Gsm>
        <Fax>string</Fax>
        <Mail>string</Mail>
        <Web>string</Web>
        <AdresTuru1>string</AdresTuru1>
        <Adres1>string</Adres1>
        <AdresTuru2>string</AdresTuru2>
        <Adres2>string</Adres2>
        <AdresTuru3>string</AdresTuru3>
        <Adres3>string</Adres3>
        <DogumTarihi>string</DogumTarihi>
        <VergiNo>string</VergiNo>
        <VergiDairesi>string</VergiDairesi>
        <PasaportNo>string</PasaportNo>
        <PasaportTipi>string</PasaportTipi>
        <TcKimlikNo>string</TcKimlikNo>
        <MedeniDurum>string</MedeniDurum>
        <EvlilikTarih>string</EvlilikTarih>
        <DogumYeri>string</DogumYeri>
        <Aciklama>string</Aciklama>
        <AvatarUrl>string</AvatarUrl>
        <SaveUser>string</SaveUser>
        <SaveDate>string</SaveDate>
        <EditUser>string</EditUser>
        <EditDate>string</EditDate>
        <KitaId>int</KitaId>
        <UlkeId>int</UlkeId>
        <BolgeId>int</BolgeId>
        <IlId>int</IlId>
        <IlceId>int</IlceId>
        <BeldeId>int</BeldeId>
        <YoreId>int</YoreId>
        <KitaAdi>string</KitaAdi>
        <UlkeAdi>string</UlkeAdi>
        <BolgeAdi>string</BolgeAdi>
        <IlAdi>string</IlAdi>
        <IlceAdi>string</IlceAdi>
        <BeldeAdi>string</BeldeAdi>
        <YoreAdi>string</YoreAdi>
      </MusteriEmaildenGetirResult>
    </MusteriEmaildenGetirResponse>
  </soap12:Body>
</soap12:Envelope>