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": "26dcf159-24ad-4683-90e9-0bbe8bd1681b"
}
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": "c21dd2da-50bb-4238-ae1c-a65b28141fc9",
"EntryTime": "2026-03-21T23:36:25.1925508+02:00",
"UserUUIDCur": "5991c13e-e977-484f-97e6-a3c82f67efad"
}