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": "0c1105e1-188e-417e-aede-206c25d4ff5c",
"ProductChatActive": true,
"LanguageID": 1,
"CountryID": 1,
"ProductChatActiveCtry": true,
"GiftPackUUIDLng": "4ccf2f40-8e76-40cf-b759-306720d2a4f1",
"ResourceFactor": 1.1,
"Power": 1,
"ProductChatCountryTiming": "2025-11-17T10:17:37.6656658+02:00",
"ProductChatDurationH": 1,
"ProductChatActiveLng": true,
"UserUUIDCur": "7bdabf1b-42d2-4d34-a048-3542b4ba0c6c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}