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": "28012914-25e8-48d6-b611-3ffe5c9a0aa3"
}

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": "c6e461da-a661-4160-bf89-ccd73d62c6a7",
  "EntryTime": "2026-06-20T14:39:12.9914113+03:00",
  "UserUUIDCur": "c610690b-c1ea-4834-bca0-8f6b42d8568a"
}