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": "43d54500-539b-40f8-ab42-1ded60f38ba6"
}

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": "0fd69174-bade-4c19-92d6-cd6d708e326f",
  "EntryTime": "2025-06-07T21:23:17.9059757+03:00",
  "UserUUIDCur": "479c0060-0ccf-485b-8de4-af2185ed4c6f"
}