PUT api/CartsDelete/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Cart
NameDescriptionTypeAdditional information
CartItemId

integer

None.

PackId

integer

None.

UserId

integer

None.

DateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CartItemId": 1,
  "PackId": 2,
  "UserId": 3,
  "DateTime": "2025-12-24T06:01:12.5358378-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.