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": "d81293c3-37d8-4227-a7e9-7eaf4af09fd5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]