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": "33c7686d-31e6-44c0-8f8a-743718d2536c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]