POST api/AdminProduct/AdmGetProductDescr
AdmGetProductProductDescr
Request Information
URI Parameters
None.
Body Parameters
GetProductDescr_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductDescrID | integer |
None. |
|
ProductID | integer |
None. |
|
LanguageID | integer |
None. |
|
ProductDescrActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductDescrID": 1, "ProductID": 1, "LanguageID": 1, "ProductDescrActive": true, "UserUUIDCur": "60e2ff58-c3d4-477d-89f0-177f4c44055b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]