POST api/AdminProduct/GetProductLegal

AdmGetProductProductLegal

Request Information

URI Parameters

None.

Body Parameters

GetProductLegal_Request
NameDescriptionTypeAdditional information
ProductLegalID

integer

None.

ProductID

integer

None.

LanguageID

integer

None.

ProductLegalActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductLegalID": 1,
  "ProductID": 1,
  "LanguageID": 1,
  "ProductLegalActive": true,
  "UserUUIDCur": "50d6cea3-2664-41e8-98d2-e4a64cce8928"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]