POST api/AdminProduct/GetProductConnection

AdmGetProductConnection

Request Information

URI Parameters

None.

Body Parameters

GetProductConnection_Request
NameDescriptionTypeAdditional 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": "f4544a58-ebfd-49ac-81ad-711627568747"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]