GET api/PurchaseCart
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseCartBL| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseRecordId | integer |
None. |
|
| PurchaseCartId | string |
None. |
|
| ProductId | integer |
None. |
|
| Count | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ProductName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseRecordId": 1,
"PurchaseCartId": "sample string 2",
"ProductId": 1,
"Count": 1,
"IsActive": true,
"CreatedDate": "2025-12-06T04:37:53.2939497Z",
"ProductName": "sample string 3"
},
{
"PurchaseRecordId": 1,
"PurchaseCartId": "sample string 2",
"ProductId": 1,
"Count": 1,
"IsActive": true,
"CreatedDate": "2025-12-06T04:37:53.2939497Z",
"ProductName": "sample string 3"
}
]