POST api/AdminProduct/GetProductConnection
AdmGetProductConnection
Request Information
URI Parameters
None.
Body Parameters
GetProductConnection_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
ProductActive | boolean |
None. |
|
ProductActiveLng | boolean |
None. |
|
ProductID2 | integer |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "ProductActive": true, "ProductActiveLng": true, "ProductID2": 1, "LanguageID": 1, "UserUUIDCur": "785214bf-66f6-4150-99da-f5416112ae50" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]