POST api/AdminProduct/GetProductChat
AdmGetProductChat
Request Information
URI Parameters
None.
Body Parameters
GetProductChat_Request| Name | 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": "d40441d7-0bc7-4636-a45d-ab3bd56ae9a4",
"ProductChatActive": true,
"ProductActiveCtry": true,
"ProductChatActiveCtry": true,
"ProductChatActiveLng": true,
"ProductActiveLng": true,
"ChatActiveLng": true,
"UserUUIDCur": "c59af915-ac74-4711-b38c-73fc97412ea6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]