POST api/KullanicilarWeb/KullanicilarWebGetir

Döküman hazır değil.

İstek bilgileri

Parametreler

AdAçıklamaDiğer Açıklamalar
toKullaniciKosul
No documentation available.

Define this parameter in the request body.

Formatlar

application/json, text/json

Örnek:
{
  "nKodKullanici": 1,
  "cMusteriKodu": "sample string 2",
  "cKullaniciAdi": "sample string 3",
  "cKodHesap": "sample string 4",
  "DataTableIslemler": {
    "cArama": "sample string 1",
    "cSiralama": "sample string 2",
    "cSiralamaYonu": "sample string 3",
    "nSayfa": 4,
    "nSayfaSatirSayisi": 5
  }
}

application/xml, text/xml

Örnek:
<KullanicilarWebKosulModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
  <DataTableIslemler>
    <cArama>sample string 1</cArama>
    <cSiralama>sample string 2</cSiralama>
    <cSiralamaYonu>sample string 3</cSiralamaYonu>
    <nSayfa>4</nSayfa>
    <nSayfaSatirSayisi>5</nSayfaSatirSayisi>
  </DataTableIslemler>
  <cKodHesap>sample string 4</cKodHesap>
  <cKullaniciAdi>sample string 3</cKullaniciAdi>
  <cMusteriKodu>sample string 2</cMusteriKodu>
  <nKodKullanici>1</nKodKullanici>
</KullanicilarWebKosulModel>

application/x-www-form-urlencoded

Örnek:

Örnek hazır değil.

Dönüş Bilgileri

Dönüş formatları

application/json, text/json

Örnek:
{}

application/xml, text/xml

Örnek:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />