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": "60f2045e-f003-4e5f-b9b0-e8984092ca57",
"ProductChatActive": true,
"LanguageID": 1,
"CountryID": 1,
"ProductChatActiveCtry": true,
"GiftPackUUIDLng": "b14967da-3003-4b53-9b7a-9ab9d8c55989",
"ResourceFactor": 1.1,
"Power": 1,
"ProductChatCountryTiming": "2026-05-06T13:12:24.1845681+03:00",
"ProductChatDurationH": 1,
"ProductChatActiveLng": true,
"UserUUIDCur": "c59e5be4-52ac-4b5e-8217-2b9ce68afe5c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}