POST api/AdminProduct/GetProductsLegal

AdmGetProductLegal

Request Information

URI Parameters

None.

Body Parameters

GetProductsLegal_Request
NameDescriptionTypeAdditional information
LanguageID

integer

None.

ProductLegalID

integer

None.

CountryID

integer

None.

ProductLegalActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "ProductLegalID": 1,
  "CountryID": 1,
  "ProductLegalActive": true,
  "UserUUIDCur": "7e44c5e9-fac8-429c-b81d-94f1d35cae3b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]