GET api/SalesCart/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SalesCartBL| Name | Description | Type | Additional information |
|---|---|---|---|
| SalesRecordId | integer |
None. |
|
| SalesCartId | string |
None. |
|
| ProductId | integer |
None. |
|
| Count | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ProductName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SalesRecordId": 1,
"SalesCartId": "sample string 2",
"ProductId": 1,
"Count": 1,
"IsActive": true,
"CreatedDate": "2025-12-06T04:37:09.0068247Z",
"ProductName": "sample string 3"
}