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": "e87aab18-537b-46ac-a751-fb0b57891d61",
"ProductChatActive": true,
"LanguageID": 1,
"CountryID": 1,
"ProductChatActiveCtry": true,
"GiftPackUUIDLng": "062bf8c8-8992-4ba2-9ac3-ef9255229f4a",
"ResourceFactor": 1.1,
"Power": 1,
"ProductChatCountryTiming": "2026-02-04T05:23:16.7734636+02:00",
"ProductChatDurationH": 1,
"ProductChatActiveLng": true,
"UserUUIDCur": "0d6fa117-5ad6-4dd8-b7aa-f119a75a9944"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}