POST api/AdminProduct/GetProductsDescr
AdmGetProductDescr
Request Information
URI Parameters
None.
Body Parameters
GetProductsDescr_Request| Name | 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": "15a2decb-cc88-4795-9ba1-fc111d8bf5ea"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]