GET api/PurchaseCart/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:36:45.1407396Z",
"ProductName": "sample string 3"
}