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": "c59100f0-6060-480d-a39a-3643a3b76a57"
}

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": "3929d10f-5301-4044-9947-e672edf0f98b",
  "EntryTime": "2025-07-27T11:24:23.7151059+03:00",
  "UserUUIDCur": "33e47865-b5c9-40cf-88c8-4a3da1f64f2f"
}