1- SelectUye - Üyeleri dışarı aktarmayı sağlar. Üye servis üzerinden işlem yapılır.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/">
<soapenv:Header/>
<soapenv:Body>
<tem:SelectUyeler>
<!--Optional:-->
<tem:UyeKodu>xxxxxxxx</tem:UyeKodu>
<!--Optional:-->
<tem:filtre>
<!--Optional:-->
<ns:Aktif>1</ns:Aktif>
<!--Optional:-->
<ns:AlisverisYapti>-1</ns:AlisverisYapti>
<!--Optional:-->
<ns:Cinsiyet>-1</ns:Cinsiyet>
<ns:UyeID>-1</ns:UyeID>
<ns:IlID>-1</ns:IlID>
<!--Optional:-->
<ns:IlceID>-1</ns:IlceID>
<!--Optional:-->
<ns:IzinGuncellemeTarihiBas>2021-10-17</ns:IzinGuncellemeTarihiBas>
<!--Optional:-->
<ns:IzinGuncellemeTarihiGetir>true</ns:IzinGuncellemeTarihiGetir>
<!--Optional:-->
<ns:IzinGuncellemeTarihiSon>2021-10-18</ns:IzinGuncellemeTarihiSon>
</tem:filtre>
<!--Optional:-->
<tem:sayfalama>
<!--Optional:-->
<ns:KayitSayisi>10</ns:KayitSayisi>
<!--Optional:-->
<ns:SayfaNo>0</ns:SayfaNo>
<!--Optional:-->
<ns:SiralamaDegeri>ID</ns:SiralamaDegeri>
<!--Optional:-->
<ns:SiralamaYonu>DESC</ns:SiralamaYonu>
</tem:sayfalama>
</tem:SelectUyeler>
</soapenv:Body>
</soapenv:Envelope>
2- saveuye.txt - paneldeki üye güncellemeyi ya da yeni üye açmayı sağlar. Üye servis üzerinden istek atılır.
s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<SaveUye xmlns="http://tempuri.org/">
<UyeKodu>UYEKODUGIRINIZ</UyeKodu>
<u xmlns:a="http://schemas.datacontract.org/2004/07/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:CepTelefonu>0123456789</a:CepTelefonu>
<a:CinsiyetID>1</a:CinsiyetID>
<a:DogumTarihi>1990-01-01T00:00:00</a:DogumTarihi>
<a:ID>0</a:ID>
<a:Isim>Hasan</a:Isim>
<a:Mail>[email protected]</a:Mail>
<a:Sifre>S11234</a:Sifre>
<a:Soyisim>Aksulu</a:Soyisim>
</u>
<ayar xmlns:a="http://schemas.datacontract.org/2004/07/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:CepTelefonuGuncelle>false</a:CepTelefonuGuncelle>
<a:CinsiyetGuncelle>false</a:CinsiyetGuncelle>
<a:DogumTarihiGuncelle>false</a:DogumTarihiGuncelle>
<a:IlGuncelle>false</a:IlGuncelle>
<a:IlceGuncelle>false</a:IlceGuncelle>
<a:IsimGuncelle>false</a:IsimGuncelle>
<a:KrediLimitiGuncelle>false</a:KrediLimitiGuncelle>
<a:MailGuncelle>false</a:MailGuncelle>
<a:MailIzinGuncelle>false</a:MailIzinGuncelle>
<a:MeslekGuncelle>false</a:MeslekGuncelle>
<a:MusteriKoduGuncelle>false</a:MusteriKoduGuncelle>
<a:SifreGuncelle>false</a:SifreGuncelle>
<a:SifreKaydetmeTuru i:nil="true"/>
<a:SmsIzinGuncelle>false</a:SmsIzinGuncelle>
<a:TelefonGuncelle>false</a:TelefonGuncelle>
<a:UyelikTarihiGuncelle>false</a:UyelikTarihiGuncelle>
</ayar>
</SaveUye>
</s:Body>
</s:Envelope>
3-SelectUrun- Paneldeki ürünleri dışarı aktarmayı sağlar. Ürün servis üzerinden istek atılır.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<soapenv:Header/>
<soapenv:Body>
<tem:SelectUrun>
<!--Optional:-->
<tem:UyeKodu>Yetki kodunuzuu giriniz</tem:UyeKodu>
<!--Optional:-->
<tem:f>
<!--Optional:-->
<ns:Aktif>-1</ns:Aktif>
<ns:Firsat>-1</ns:Firsat>
<ns:Indirimli>-1</ns:Indirimli>
<ns:Vitrin>-1</ns:Vitrin>
<ns:KategoriID>0</ns:KategoriID>
<ns:MarkaID>0</ns:MarkaID>
<ns:TedarikciID>-1</ns:TedarikciID>
<ns:ToplamStokAdediBas>0</ns:ToplamStokAdediBas>
<ns:ToplamStokAdediSon>100</ns:ToplamStokAdediSon>
<!--Optional:-->
<ns:UrunKartiID>0</ns:UrunKartiID>
<!--Optional:-->
</tem:f>
<!--Optional:-->
<tem:s>
<!--Optional:-->
<ns:BaslangicIndex>0</ns:BaslangicIndex>
<!--Optional:-->
<ns:KayitSayisi>10</ns:KayitSayisi>
<!--Optional:-->
<ns:SiralamaDegeri>ID</ns:SiralamaDegeri>
<!--Optional:-->
<ns:SiralamaYonu>DESC</ns:SiralamaYonu>
</tem:s>
</tem:SelectUrun>
</soapenv:Body>
</soapenv:Envelope>
4-DeleteİlgiliUrun - Ürünlere bağlı olan ilgili ürünleri silmeyi sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:DeleteIlgiliUrun>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:UrunKartiID>1200</tem:UrunKartiID>
</tem:DeleteIlgiliUrun>
</soapenv:Body>
</soapenv:Envelope>
5- SaveİlgiliUrun - Ürünleri birbirine ilgili ürün olarak bağlamayı sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/">
<soapenv:Header/>
<soapenv:Body>
<tem:SaveIlgiliUrun>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:list>
<!--Zero or more repetitions:-->
<ns:IlgiliUrun>
<!--Optional:-->
<ns:IlgiliUrunKartiID>1201</ns:IlgiliUrunKartiID>
<!--Optional:-->
<ns:UrunKartiID>1200</ns:UrunKartiID>
</ns:IlgiliUrun>
</tem:list>
</tem:SaveIlgiliUrun>
</soapenv:Body>
</soapenv:Envelope>
6- SaveMarka- Yeni marka açmayı sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/">
<soapenv:Header/>
<soapenv:Body>
<tem:SaveMarka>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:marka>
<!--Optional:-->
<ns:Aktif>1</ns:Aktif>
<!--Optional:-->
<ns:Icerik>Deneme Marka </ns:Icerik>
<!--Optional:-->
<ns:Sira>9999</ns:Sira>
<!--Optional:-->
<ns:Tanim>Deneme Markası</ns:Tanim>
<!--Optional:-->
<ns:Url>/Deneme-markasi</ns:Url>
</tem:marka>
</tem:SaveMarka>
</soapenv:Body>
</soapenv:Envelope>
7- SelectUrunResim- Ürün resimlerini dışarı almayı sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/">
<soapenv:Header/>
<soapenv:Body>
<tem:SelectUrunResim>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:request>
<!--Optional:-->
<ns:Aktif>-1</ns:Aktif>
<!--Optional:-->
<ns:EklemeTarihiBas>2021-06-23T09:01:15</ns:EklemeTarihiBas>
<!--Optional:-->
<ns:EklemeTarihiSon>2023-06-23T09:01:15</ns:EklemeTarihiSon>
<!--Optional:-->
<ns:UrunId>-1</ns:UrunId>
<!--Optional:-->
<ns:UrunKartiId>-1</ns:UrunKartiId>
</tem:request>
</tem:SelectUrunResim>
</soapenv:Body>
</soapenv:Envelope>
8-SetFaturaUrl- Siparişlere Fatura linklerini eklemeyi sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ns="http://schemas.datacontract.org/2004/07/">
<soapenv:Header/>
<soapenv:Body>
<tem:SetSiparisFaturaUrl>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:request>
<!--Optional:-->
<ns:FaturaUrl>https://www.ticimax.com/dokumanlar/siparisservis.pdf</ns:FaturaUrl>
<!--Optional:-->
<ns:SiparisId>xxxxx</ns:SiparisId>
</tem:request>
</tem:SetSiparisFaturaUrl>
</soapenv:Body>
</soapenv:Envelope>
9-SetFaturaNo- Siparişlere Fatura Numarasını eklemeyi sağlar.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SetFaturaNo>
<!--Optional:-->
<tem:UyeKodu>ÜyeKodunuEkleyiniz</tem:UyeKodu>
<!--Optional:-->
<tem:SiparisID>789</tem:SiparisID>
<!--Optional:-->
<tem:FaturaNo>UYM-123456789</tem:FaturaNo>
<!--Optional:-->
<tem:FaturaTarihi>2023-06-23T09:01:15</tem:FaturaTarihi>
</tem:SetFaturaNo>
</soapenv:Body>
</soapenv:Envelope>
10-SaveMagazaStok - Modüller Mağaza yönetimi alanında bulunan mağazalara ürün stoklarını eklemeyi ya da güncellemeyi sağlamaktadır.
<x:Envelope
xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tem="http://tempuri.org/"
xmlns:ns="http://schemas.datacontract.org/2004/07/">
<x:Header/>
<x:Body>
<tem:SaveMagazaStok>
<tem:UyeKodu>Üyekodunuzuekleyiniz.</tem:UyeKodu>
<tem:request>
<ns:FiyatBilgileriniGuncelle>true</ns:FiyatBilgileriniGuncelle>
<ns:MagazaStokList>
<ns:WebMagazaStok>
<ns:MagazaID>1</ns:MagazaID>
<ns:MagazaKodu>1</ns:MagazaKodu>
<ns:StokAdedi>5</ns:StokAdedi>
<ns:UrunID>166709</ns:UrunID>
<ns:UrunKartiID>147073</ns:UrunKartiID>
</ns:WebMagazaStok>
</ns:MagazaStokList>
</tem:request>
</tem:SaveMagazaStok>
</x:Body>
</x:Envelope>