POST api/AdminProduct/SaveProductChat

AdmSaveProductChat

Request Information

URI Parameters

None.

Body Parameters

SaveProductChat_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

ChatUUID

globally unique identifier

None.

ProductChatActive

boolean

None.

LanguageID

integer

None.

CountryID

integer

None.

ProductChatActiveCtry

boolean

None.

GiftPackUUIDLng

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

ProductChatCountryTiming

date

None.

ProductChatDurationH

integer

None.

ProductChatActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ChatUUID": "01a3d106-6666-463d-bf76-a5d7fc8e1590",
  "ProductChatActive": true,
  "LanguageID": 1,
  "CountryID": 1,
  "ProductChatActiveCtry": true,
  "GiftPackUUIDLng": "86fb6ed9-1916-4ecd-bd0a-84b716288670",
  "ResourceFactor": 1.1,
  "Power": 1,
  "ProductChatCountryTiming": "2025-04-19T09:36:53.9273477+03:00",
  "ProductChatDurationH": 1,
  "ProductChatActiveLng": true,
  "UserUUIDCur": "08051fa2-ada8-4524-b218-2d3fbbefa00f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}