POST api/AppProduct/AppSaveProductView
AppSaveProductView
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductView| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "27c3f5b3-ef3a-4bc9-8768-c35bd213b414"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveProductView_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ViewQ | string |
None. |
|
| NowQ | string |
None. |
|
| ShareUUID | globally unique identifier |
None. |
|
| EntryTime | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ViewQ": "sample string 1",
"NowQ": "sample string 2",
"ShareUUID": "2e829956-82f5-46d8-88b2-ef0e38ecd53a",
"EntryTime": "2026-09-19T13:11:11.9306414+03:00",
"UserUUIDCur": "541e9a92-b25b-4aa5-889f-87a75e1656a0"
}