GET api/Carts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AdminCartBL
NameDescriptionTypeAdditional information
AdminRecordId

integer

None.

AdminCartId

string

None.

ProductId

integer

None.

Count

integer

None.

DateCreated

date

None.

IsNeedsToDelete

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "AdminRecordId": 1,
  "AdminCartId": "sample string 2",
  "ProductId": 3,
  "Count": 4,
  "DateCreated": "2026-08-22T11:07:17.9836479-07:00",
  "IsNeedsToDelete": true
}