POST api/Sepet/SepetSil

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

İstek bilgileri

Parametreler

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

Define this parameter in the request body.

Formatlar

application/json, text/json

Örnek:
{
  "nKodSepet": 1,
  "nSilinenlereEkle": 2
}

application/xml, text/xml

Örnek:
<SepetSilKosulModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Haser.Quipus.B2B.Models">
  <nKodSepet>1</nKodSepet>
  <nSilinenlereEkle>2</nSilinenlereEkle>
</SepetSilKosulModel>

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/" />