DELETE api/v1/Basket/DeleteProduct?basketId={basketId}&productId={productId}

Sepette belirtilen ürünü siler. Urun Id ye göre

Request Information

URI Parameters

NameDescriptionTypeAdditional information
basketId

sepet id

integer

Required

productId

sepette belirtilen ürün id

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.