POST api/AdminProduct/SaveProductChat
AdmSaveProductChat
Request Information
URI Parameters
None.
Body Parameters
SaveProductChat_RequestName | Description | Type | Additional 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": "6be259eb-2017-47f2-a41f-ad7500c98696", "ProductChatActive": true, "LanguageID": 1, "CountryID": 1, "ProductChatActiveCtry": true, "GiftPackUUIDLng": "cf6d9ba3-adf6-46f6-93dc-604f1b4bb2d6", "ResourceFactor": 1.1, "Power": 1, "ProductChatCountryTiming": "2025-06-07T21:43:51.4731177+03:00", "ProductChatDurationH": 1, "ProductChatActiveLng": true, "UserUUIDCur": "c6912ef7-025b-4f2d-8c20-e724c426418d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}