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": "0bfff8cc-2fb9-4eeb-880f-8be527ceaea3", "ProductChatActive": true, "LanguageID": 1, "CountryID": 1, "ProductChatActiveCtry": true, "GiftPackUUIDLng": "4f899a5f-00d8-44b4-9789-e362b6b29449", "ResourceFactor": 1.1, "Power": 1, "ProductChatCountryTiming": "2025-09-23T00:35:48.084616+03:00", "ProductChatDurationH": 1, "ProductChatActiveLng": true, "UserUUIDCur": "3f8c58b3-9932-4dfb-a8a5-568804c3ba57" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}