POST api/AppProduct/AppSaveProductView

AppSaveProductView

Request Information

URI Parameters

None.

Body Parameters

AppSaveProductView
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "9d39f4d1-56e2-4280-af38-640add615e05"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveProductView_Response
NameDescriptionTypeAdditional 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": "a2b2920e-261a-4f44-abee-227b2e1aac6d",
  "EntryTime": "2025-11-17T10:15:36.2879445+02:00",
  "UserUUIDCur": "768e7aff-b36a-4600-9179-92a5542798a1"
}