POST api/AdminProduct/SaveProductChat
AdmSaveProductChat
Request Information
URI Parameters
None.
Body Parameters
SaveProductChat_Request| Name | 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": "1e185d95-8a12-4cac-8654-37462f925722",
"ProductChatActive": true,
"LanguageID": 1,
"CountryID": 1,
"ProductChatActiveCtry": true,
"GiftPackUUIDLng": "e106a6f4-b8e1-47c9-9bbc-d35554c3746c",
"ResourceFactor": 1.1,
"Power": 1,
"ProductChatCountryTiming": "2026-06-20T22:40:29.8335566+03:00",
"ProductChatDurationH": 1,
"ProductChatActiveLng": true,
"UserUUIDCur": "34dba776-e4ca-4207-bf94-10e261904e92"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}