GET api/Carts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cart| Name | Description | Type | Additional 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:59.9245924-08:00"
}