POST api/AdminProduct/GetProductsDescr
AdmGetProductDescr
Request Information
URI Parameters
None.
Body Parameters
GetProductsDescr_RequestName | Description | Type | Additional 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": "bdd3a78e-e6b1-42f7-b2b5-13f75ab5eb49" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]