POST api/AdminProduct/SaveProductsDescr
AdmSaveProductDescr
Request Information
URI Parameters
None.
Body Parameters
SaveProductsDescr_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductDescrID | integer |
None. |
|
| ProductDescrPriority | integer |
None. |
|
| ProductDescrActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ProductDescrName | string |
None. |
|
| ProductDescrText | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductDescrID": 1,
"ProductDescrPriority": 1,
"ProductDescrActive": true,
"LanguageID": 1,
"ProductDescrName": "sample string 1",
"ProductDescrText": "sample string 2",
"UserUUIDCur": "5571df7c-dfa8-4f29-a31b-78d608aacf12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}