POST api/ShoppingCart/UpdateShoppingCartItemExpired

Documentation for 'UpdateShoppingCartItemExpired'.

Request Information

Parameters

NameDescriptionAdditional information
req
Documentation for 'req'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "743eadfb-4594-4ed7-874f-d05014498469",
  "ProductID": "b55f8cb7-82c4-43ac-a140-7f5aaeae881a",
  "Nomor": 3,
  "ProductExpired": "2026-06-06T04:30:03.0182961+07:00"
}

application/xml, text/xml

Sample:
<UpdateShoppingCartItemReqModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ShoppingCartID>743eadfb-4594-4ed7-874f-d05014498469</ShoppingCartID>
  <ProductID>b55f8cb7-82c4-43ac-a140-7f5aaeae881a</ProductID>
  <Nomor>3</Nomor>
  <ProductExpired>2026-06-06T04:30:03.0182961+07:00</ProductExpired>
</UpdateShoppingCartItemReqModel>