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": "6cd3acf5-b6eb-4d0e-a9ea-e773edfcaf81"
}

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": "0b6a0a88-958e-440b-abc2-15eb7e249c6c",
  "EntryTime": "2026-02-04T05:21:35.1824862+02:00",
  "UserUUIDCur": "b8f647b8-04ea-4802-8ea7-a5135539101d"
}