POST api/AdminProduct/GetProductsDescr

AdmGetProductDescr

Request Information

URI Parameters

None.

Body Parameters

GetProductsDescr_Request
NameDescriptionTypeAdditional information
ProductDescrID

integer

None.

ProductDescrActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductDescrID": 1,
  "ProductDescrActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "71613d8e-d822-457e-a179-0a6caf957e32"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]