POST api/AdminProduct/GetProductConnection
AdmGetProductConnection
Request Information
URI Parameters
None.
Body Parameters
GetProductConnection_Request| Name | 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": "d6e23940-c2ee-4549-834a-eae850592c2b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]