Service1
Click here for a complete list of operations.
GetCariAlinanSiparisListesi
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 /Service1.asmx HTTP/1.1 Host: 89.252.157.52 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetCariAlinanSiparisListesi" <?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> <GetCariAlinanSiparisListesi xmlns="http://tempuri.org/"> <iCariID>int</iCariID> <strBelgeNo>string</strBelgeNo> </GetCariAlinanSiparisListesi> </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> <GetCariAlinanSiparisListesiResponse xmlns="http://tempuri.org/"> <GetCariAlinanSiparisListesiResult> <clsSiparis> <SIPARISID>int</SIPARISID> <STATU>OneriSiparis or SiparisEmri or Iptal or Talep</STATU> <SPDURUM>EksikTeslim or TeslimEdildi or Beklemede or Oneri or Talep or Tutarsiz</SPDURUM> <FISNO>string</FISNO> <SPTARIH>dateTime</SPTARIH> <TEMINTARIH>dateTime</TEMINTARIH> <BELGENO>string</BELGENO> <PERSONELKOD>string</PERSONELKOD> <CARIID>int</CARIID> <DI1>decimal</DI1> <DI2>decimal</DI2> <DI3>decimal</DI3> <DI4>decimal</DI4> <LOKASYONNO>int</LOKASYONNO> <LOKASYON>string</LOKASYON> <ACIKLAMA>string</ACIKLAMA> <TOPLAMINDIRIM>decimal</TOPLAMINDIRIM> <TOPLAM>decimal</TOPLAM> <KDV>decimal</KDV> <NETTOPLAM>decimal</NETTOPLAM> <KAYTARIHI>dateTime</KAYTARIHI> <DEGTARIHI>dateTime</DEGTARIHI> <DIPINDIRIM>decimal</DIPINDIRIM> <TOPLAMMASRAF>decimal</TOPLAMMASRAF> <DTOPLAMINDIRIM>decimal</DTOPLAMINDIRIM> <DTOPLAM>decimal</DTOPLAM> <DKDV>decimal</DKDV> <DNETTOPLAM>decimal</DNETTOPLAM> <DOVIZID>int</DOVIZID> <DOVIZKUR>decimal</DOVIZKUR> <OTVTUTAR>decimal</OTVTUTAR> <OZELKOD>string</OZELKOD> <HAREKETKOD>string</HAREKETKOD> <ISLEMKOD>string</ISLEMKOD> <ADRESAD>string</ADRESAD> <Hareketler> <clsHareketler xsi:nil="true" /> <clsHareketler xsi:nil="true" /> </Hareketler> </clsSiparis> <clsSiparis> <SIPARISID>int</SIPARISID> <STATU>OneriSiparis or SiparisEmri or Iptal or Talep</STATU> <SPDURUM>EksikTeslim or TeslimEdildi or Beklemede or Oneri or Talep or Tutarsiz</SPDURUM> <FISNO>string</FISNO> <SPTARIH>dateTime</SPTARIH> <TEMINTARIH>dateTime</TEMINTARIH> <BELGENO>string</BELGENO> <PERSONELKOD>string</PERSONELKOD> <CARIID>int</CARIID> <DI1>decimal</DI1> <DI2>decimal</DI2> <DI3>decimal</DI3> <DI4>decimal</DI4> <LOKASYONNO>int</LOKASYONNO> <LOKASYON>string</LOKASYON> <ACIKLAMA>string</ACIKLAMA> <TOPLAMINDIRIM>decimal</TOPLAMINDIRIM> <TOPLAM>decimal</TOPLAM> <KDV>decimal</KDV> <NETTOPLAM>decimal</NETTOPLAM> <KAYTARIHI>dateTime</KAYTARIHI> <DEGTARIHI>dateTime</DEGTARIHI> <DIPINDIRIM>decimal</DIPINDIRIM> <TOPLAMMASRAF>decimal</TOPLAMMASRAF> <DTOPLAMINDIRIM>decimal</DTOPLAMINDIRIM> <DTOPLAM>decimal</DTOPLAM> <DKDV>decimal</DKDV> <DNETTOPLAM>decimal</DNETTOPLAM> <DOVIZID>int</DOVIZID> <DOVIZKUR>decimal</DOVIZKUR> <OTVTUTAR>decimal</OTVTUTAR> <OZELKOD>string</OZELKOD> <HAREKETKOD>string</HAREKETKOD> <ISLEMKOD>string</ISLEMKOD> <ADRESAD>string</ADRESAD> <Hareketler> <clsHareketler xsi:nil="true" /> <clsHareketler xsi:nil="true" /> </Hareketler> </clsSiparis> </GetCariAlinanSiparisListesiResult> </GetCariAlinanSiparisListesiResponse> </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 /Service1.asmx HTTP/1.1 Host: 89.252.157.52 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> <GetCariAlinanSiparisListesi xmlns="http://tempuri.org/"> <iCariID>int</iCariID> <strBelgeNo>string</strBelgeNo> </GetCariAlinanSiparisListesi> </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> <GetCariAlinanSiparisListesiResponse xmlns="http://tempuri.org/"> <GetCariAlinanSiparisListesiResult> <clsSiparis> <SIPARISID>int</SIPARISID> <STATU>OneriSiparis or SiparisEmri or Iptal or Talep</STATU> <SPDURUM>EksikTeslim or TeslimEdildi or Beklemede or Oneri or Talep or Tutarsiz</SPDURUM> <FISNO>string</FISNO> <SPTARIH>dateTime</SPTARIH> <TEMINTARIH>dateTime</TEMINTARIH> <BELGENO>string</BELGENO> <PERSONELKOD>string</PERSONELKOD> <CARIID>int</CARIID> <DI1>decimal</DI1> <DI2>decimal</DI2> <DI3>decimal</DI3> <DI4>decimal</DI4> <LOKASYONNO>int</LOKASYONNO> <LOKASYON>string</LOKASYON> <ACIKLAMA>string</ACIKLAMA> <TOPLAMINDIRIM>decimal</TOPLAMINDIRIM> <TOPLAM>decimal</TOPLAM> <KDV>decimal</KDV> <NETTOPLAM>decimal</NETTOPLAM> <KAYTARIHI>dateTime</KAYTARIHI> <DEGTARIHI>dateTime</DEGTARIHI> <DIPINDIRIM>decimal</DIPINDIRIM> <TOPLAMMASRAF>decimal</TOPLAMMASRAF> <DTOPLAMINDIRIM>decimal</DTOPLAMINDIRIM> <DTOPLAM>decimal</DTOPLAM> <DKDV>decimal</DKDV> <DNETTOPLAM>decimal</DNETTOPLAM> <DOVIZID>int</DOVIZID> <DOVIZKUR>decimal</DOVIZKUR> <OTVTUTAR>decimal</OTVTUTAR> <OZELKOD>string</OZELKOD> <HAREKETKOD>string</HAREKETKOD> <ISLEMKOD>string</ISLEMKOD> <ADRESAD>string</ADRESAD> <Hareketler> <clsHareketler xsi:nil="true" /> <clsHareketler xsi:nil="true" /> </Hareketler> </clsSiparis> <clsSiparis> <SIPARISID>int</SIPARISID> <STATU>OneriSiparis or SiparisEmri or Iptal or Talep</STATU> <SPDURUM>EksikTeslim or TeslimEdildi or Beklemede or Oneri or Talep or Tutarsiz</SPDURUM> <FISNO>string</FISNO> <SPTARIH>dateTime</SPTARIH> <TEMINTARIH>dateTime</TEMINTARIH> <BELGENO>string</BELGENO> <PERSONELKOD>string</PERSONELKOD> <CARIID>int</CARIID> <DI1>decimal</DI1> <DI2>decimal</DI2> <DI3>decimal</DI3> <DI4>decimal</DI4> <LOKASYONNO>int</LOKASYONNO> <LOKASYON>string</LOKASYON> <ACIKLAMA>string</ACIKLAMA> <TOPLAMINDIRIM>decimal</TOPLAMINDIRIM> <TOPLAM>decimal</TOPLAM> <KDV>decimal</KDV> <NETTOPLAM>decimal</NETTOPLAM> <KAYTARIHI>dateTime</KAYTARIHI> <DEGTARIHI>dateTime</DEGTARIHI> <DIPINDIRIM>decimal</DIPINDIRIM> <TOPLAMMASRAF>decimal</TOPLAMMASRAF> <DTOPLAMINDIRIM>decimal</DTOPLAMINDIRIM> <DTOPLAM>decimal</DTOPLAM> <DKDV>decimal</DKDV> <DNETTOPLAM>decimal</DNETTOPLAM> <DOVIZID>int</DOVIZID> <DOVIZKUR>decimal</DOVIZKUR> <OTVTUTAR>decimal</OTVTUTAR> <OZELKOD>string</OZELKOD> <HAREKETKOD>string</HAREKETKOD> <ISLEMKOD>string</ISLEMKOD> <ADRESAD>string</ADRESAD> <Hareketler> <clsHareketler xsi:nil="true" /> <clsHareketler xsi:nil="true" /> </Hareketler> </clsSiparis> </GetCariAlinanSiparisListesiResult> </GetCariAlinanSiparisListesiResponse> </soap12:Body> </soap12:Envelope>