POST api/Sepet/SepetKalemDetayGetir
Döküman hazır değil.
İstek bilgileri
Parametreler
| Ad | Açıklama | Diğer Açıklamalar |
|---|---|---|
| oKosul | No documentation available. |
Define this parameter in the request body. |
Formatlar
application/json, text/json
Örnek:
{
"lstSepetKalemKod": [
1,
2,
3
],
"SepetKalemleriGetirKosul": {
"cMusteriKodu": "sample string 1",
"cKullaniciAdi": "sample string 2",
"nKodKullanici": 3,
"cMod": "sample string 4",
"nKodSepet": 5
}
}
application/xml, text/xml
Örnek:
<SepetKalemDetayGetirKosulModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
<SepetKalemleriGetirKosul>
<cKullaniciAdi>sample string 2</cKullaniciAdi>
<cMod>sample string 4</cMod>
<cMusteriKodu>sample string 1</cMusteriKodu>
<nKodKullanici>3</nKodKullanici>
<nKodSepet>5</nKodSepet>
</SepetKalemleriGetirKosul>
<lstSepetKalemKod xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
<d2p1:int>3</d2p1:int>
</lstSepetKalemKod>
</SepetKalemDetayGetirKosulModel>
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>