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": "f7e6afe8-9f2a-47f2-8ac4-82c19fbe4a16",
"ProductChatActive": true,
"ProductActiveCtry": true,
"ProductChatActiveCtry": true,
"ProductChatActiveLng": true,
"ProductActiveLng": true,
"ChatActiveLng": true,
"UserUUIDCur": "c6ede747-9dd6-4d84-96ae-2720192b0e4d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]