POST api/Xml/StokAlOzel

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

İstek bilgileri

Parametreler

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

Define this parameter in the request body.

Formatlar

application/json, text/json

Örnek:
{
  "cMesaj": "sample string 1",
  "lSonuc": true,
  "cIP": "sample string 3",
  "cKodHesap": "sample string 4",
  "cKullaniciAdi": "sample string 5",
  "cParola": "sample string 6",
  "lDbDegistir": true,
  "nDurum": 64
}

application/xml, text/xml

Örnek:
<XMLBaglanti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
  <cIP>sample string 3</cIP>
  <cKodHesap>sample string 4</cKodHesap>
  <cKullaniciAdi>sample string 5</cKullaniciAdi>
  <cMesaj>sample string 1</cMesaj>
  <cParola>sample string 6</cParola>
  <lDbDegistir>true</lDbDegistir>
  <lSonuc>true</lSonuc>
  <nDurum>64</nDurum>
</XMLBaglanti>

application/x-www-form-urlencoded

Örnek:

Örnek hazır değil.

Dönüş Bilgileri

Dönüş formatları

application/json, text/json

Örnek:
{
  "lResult": true,
  "cMessage": "sample string 2",
  "oReturnObject": {},
  "nResultCount": 4,
  "cErrorType": "sample string 5",
  "cLink": "sample string 6"
}

application/xml, text/xml

Örnek:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
  <cErrorType>sample string 5</cErrorType>
  <cLink>sample string 6</cLink>
  <cMessage>sample string 2</cMessage>
  <lResult>true</lResult>
  <nResultCount>4</nResultCount>
  <oReturnObject />
</ResultModel>