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": "e887b376-0abd-4e61-9e57-f50ab34ab595"
}
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": "0cbd4391-2e55-4130-bb17-94317777de37",
"EntryTime": "2026-08-05T03:59:43.9935922+03:00",
"UserUUIDCur": "0d97c097-8b7e-4e18-b207-826a7ac09c72"
}