POST api/Sepet/SepetKalemEkle
Döküman hazır değil.
İstek bilgileri
Parametreler
| Ad | Açıklama | Diğer Açıklamalar |
|---|---|---|
| toSepetKalemKosul | No documentation available. |
Define this parameter in the request body. |
Formatlar
application/json, text/json
Örnek:
{
"nKodSepet": 1,
"cKodMal": "sample string 2",
"nMiktar": 3.0,
"nKodKampanya": 4,
"cBirim": "sample string 5",
"nBirimIndeks": 6,
"lSpot": true,
"nKodGunlukKampanya": 8
}
application/xml, text/xml
Örnek:
<SepetKalemEkleKosulModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models"> <cBirim>sample string 5</cBirim> <cKodMal>sample string 2</cKodMal> <lSpot>true</lSpot> <nBirimIndeks>6</nBirimIndeks> <nKodGunlukKampanya>8</nKodGunlukKampanya> <nKodKampanya>4</nKodKampanya> <nKodSepet>1</nKodSepet> <nMiktar>3</nMiktar> </SepetKalemEkleKosulModel>
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>