POST api/AppProduct/AppSaveProductView
AppSaveProductView
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductViewName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "5b3ba76f-020b-40d9-902b-1dfb4dc2cdc0" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveProductView_ResponseName | 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": "4016e18a-15d8-4f79-9580-e6180a0cfac8", "EntryTime": "2025-09-23T00:33:33.2878546+03:00", "UserUUIDCur": "70e54a52-3ca7-489e-887b-e858b003f011" }