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": "1fa9435f-3b3d-4e09-8e97-a4838ba3bea5",
"ProductChatActive": true,
"LanguageID": 1,
"CountryID": 1,
"ProductChatActiveCtry": true,
"GiftPackUUIDLng": "f2257918-986f-499c-9411-9cdc3f216cad",
"ResourceFactor": 1.1,
"Power": 1,
"ProductChatCountryTiming": "2026-03-21T23:37:46.7542365+02:00",
"ProductChatDurationH": 1,
"ProductChatActiveLng": true,
"UserUUIDCur": "7dfab9eb-3d8a-4e8f-a782-f75ffbcbb0bd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}