POST api/AppProduct/AppGetProduct
AppGetProduct
Request Information
URI Parameters
None.
Body Parameters
AppGetProduct_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductFavorite | boolean |
None. |
|
| ProductCategoryID | integer |
None. |
|
| Seq | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductFavorite": true,
"ProductCategoryID": 1,
"Seq": 1,
"UserUUIDCur": "9267ad55-af9d-4e1b-b963-f0152f12939f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductCategoryID | integer |
None. |
|
| i | integer |
None. |
|
| CategoryPhotoUUID | globally unique identifier |
None. |
|
| BrandPhotoUUID | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| pkey | string |
None. |
|
| CategoryName | string |
None. |
|
| ProductText | string |
None. |
|
| ProductDescr | string |
None. |
|
| Price | decimal number |
None. |
|
| RealPrice | decimal number |
None. |
|
| PriceChar | string |
None. |
|
| RealPriceChar | string |
None. |
|
| Barcode | string |
None. |
|
| AllowScore | boolean |
None. |
|
| ProductFavorite | boolean |
None. |
|
| NowQ | string |
None. |
|
| ViewQ | string |
None. |
|
| CommentQ | string |
None. |
|
| ShareQ | string |
None. |
|
| ScoreQ1 | integer |
None. |
|
| ScoreQ2 | integer |
None. |
|
| ScoreQ3 | integer |
None. |
|
| ScoreQ4 | integer |
None. |
|
| ScoreQ5 | integer |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| ProductLevelChar | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoUUIDCart | globally unique identifier |
None. |
|
| AllowTiming | boolean |
None. |
|
| AllowPhoto | boolean |
None. |
|
| AllowVideo | boolean |
None. |
|
| AllowAudio | boolean |
None. |
|
| AllowLevel | boolean |
None. |
|
| InCart | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| Timer | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductID": 1,
"ProductCategoryID": 1,
"i": 1,
"CategoryPhotoUUID": "e7c5f7d5-acd5-4f95-b4c8-08d74fdf5e46",
"BrandPhotoUUID": "5e9e93df-e2fe-44f5-8237-00757ab1f334",
"ProductName": "sample string 1",
"pkey": "sample string 2",
"CategoryName": "sample string 3",
"ProductText": "sample string 4",
"ProductDescr": "sample string 5",
"Price": 1.1,
"RealPrice": 1.1,
"PriceChar": "sample string 6",
"RealPriceChar": "sample string 7",
"Barcode": "sample string 8",
"AllowScore": true,
"ProductFavorite": true,
"NowQ": "sample string 11",
"ViewQ": "sample string 12",
"CommentQ": "sample string 13",
"ShareQ": "sample string 14",
"ScoreQ1": 1,
"ScoreQ2": 1,
"ScoreQ3": 1,
"ScoreQ4": 1,
"ScoreQ5": 1,
"ScoreAvg": 1.1,
"ProductLevelChar": "sample string 15",
"PhotoUUID": "e598b416-e487-48a9-a00c-12ab4a6915dd",
"PhotoUUIDCart": "d4b738dc-6f2c-48b5-a744-832e0d180805",
"AllowTiming": true,
"AllowPhoto": true,
"AllowVideo": true,
"AllowAudio": true,
"AllowLevel": true,
"InCart": true,
"UserUUIDCur": "1ffaa424-a4eb-4c6f-8758-e8797c130822",
"Timer": "sample string 17"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"i": 1,
"CategoryPhotoUUID": "e7c5f7d5-acd5-4f95-b4c8-08d74fdf5e46",
"BrandPhotoUUID": "5e9e93df-e2fe-44f5-8237-00757ab1f334",
"ProductName": "sample string 1",
"pkey": "sample string 2",
"CategoryName": "sample string 3",
"ProductText": "sample string 4",
"ProductDescr": "sample string 5",
"Price": 1.1,
"RealPrice": 1.1,
"PriceChar": "sample string 6",
"RealPriceChar": "sample string 7",
"Barcode": "sample string 8",
"AllowScore": true,
"ProductFavorite": true,
"NowQ": "sample string 11",
"ViewQ": "sample string 12",
"CommentQ": "sample string 13",
"ShareQ": "sample string 14",
"ScoreQ1": 1,
"ScoreQ2": 1,
"ScoreQ3": 1,
"ScoreQ4": 1,
"ScoreQ5": 1,
"ScoreAvg": 1.1,
"ProductLevelChar": "sample string 15",
"PhotoUUID": "e598b416-e487-48a9-a00c-12ab4a6915dd",
"PhotoUUIDCart": "d4b738dc-6f2c-48b5-a744-832e0d180805",
"AllowTiming": true,
"AllowPhoto": true,
"AllowVideo": true,
"AllowAudio": true,
"AllowLevel": true,
"InCart": true,
"UserUUIDCur": "1ffaa424-a4eb-4c6f-8758-e8797c130822",
"Timer": "sample string 17"
}
]