GET api/Shopping/NumberOfCarts?productId={productId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ResultDataOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| RecordCount | integer |
None. |
|
| AllPage | integer |
None. |
|
| Data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Page": 3,
"PageSize": 4,
"RecordCount": 5,
"AllPage": 6,
"Data": [
{},
{}
]
}