POST api/AdminProduct/SaveProductDescr
AdmSaveProductProductDescr
Request Information
URI Parameters
None.
Body Parameters
SaveProductDescr_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductDescrID | integer |
None. |
|
| ProductID | 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,
"ProductID": 1,
"ProductDescrPriority": 1,
"ProductDescrActive": true,
"LanguageID": 1,
"ProductDescrName": "sample string 1",
"ProductDescrText": "sample string 2",
"UserUUIDCur": "cb09c3c5-5c36-457f-b969-ddc684419ebd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}