POST api/AdminProduct/GetProductChat

AdmGetProductChat

Request Information

URI Parameters

None.

Body Parameters

GetProductChat_Request
NameDescriptionTypeAdditional 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": "04b3f37f-28df-4d09-bd38-595cfc06b6d3",
  "ProductChatActive": true,
  "ProductActiveCtry": true,
  "ProductChatActiveCtry": true,
  "ProductChatActiveLng": true,
  "ProductActiveLng": true,
  "ChatActiveLng": true,
  "UserUUIDCur": "f300e067-7490-41fc-a8c2-e34237386638"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]