GET api/Cart/GetCartCount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
APIResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
DataTotal | integer |
None. |
|
Status | integer |
None. |
|
Msg | string |
None. |
|
ResultEntity | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DataTotal": 1, "Status": 2, "Msg": "sample string 3", "ResultEntity": 4 }
application/xml, text/xml
Sample:
<APIResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility.Model"> <DataTotal>1</DataTotal> <Msg>sample string 3</Msg> <ResultEntity>4</ResultEntity> <Status>2</Status> </APIResponseOfint>