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": "ec4bf50f-a140-457a-9b88-14745b03a273",
"ProductChatActive": true,
"ProductActiveCtry": true,
"ProductChatActiveCtry": true,
"ProductChatActiveLng": true,
"ProductActiveLng": true,
"ChatActiveLng": true,
"UserUUIDCur": "f9f45672-82b5-439e-8d53-1fd69bba1217"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]