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": "bb890e70-8a29-49eb-8270-1c98ec2aa706"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]