POST api/Carts

Request Information

URI Parameters

None.

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-24T05:59:12.4231933-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Cart
NameDescriptionTypeAdditional information
CartItemId

integer

None.

PackId

integer

None.

UserId

integer

None.

DateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CartItemId": 1,
  "PackId": 2,
  "UserId": 3,
  "DateTime": "2025-12-24T05:59:12.4231933-08:00"
}