POST api/AdminProduct/GetProductChat
AdmGetProductChat
Request Information
URI Parameters
None.
Body Parameters
GetProductChat_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
LanguageID | integer |
None. |
|
CountryID | integer |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ProductChatActive | boolean |
None. |
|
ProductActiveCtry | boolean |
None. |
|
ProductChatActiveCtry | boolean |
None. |
|
ProductChatActiveLng | boolean |
None. |
|
ProductActiveLng | boolean |
None. |
|
ChatActiveLng | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "LanguageID": 1, "CountryID": 1, "ChatUUID": "dec88ab8-1760-4324-bc12-5b3cbb0b6439", "ProductChatActive": true, "ProductActiveCtry": true, "ProductChatActiveCtry": true, "ProductChatActiveLng": true, "ProductActiveLng": true, "ChatActiveLng": true, "UserUUIDCur": "82d4e53b-2482-4b63-ba21-1d41f13b3d4e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]