POST api/AdminProduct/SaveProductsLegal
AdmSaveProductDescr
Request Information
URI Parameters
None.
Body Parameters
SaveProductsLegal_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductLegalID | integer |
None. |
|
| CountryID | integer |
None. |
|
| ProductLegalPriority | integer |
None. |
|
| ProductLegalActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ProductLegalName | string |
None. |
|
| ProductLegalText | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductLegalID": 1,
"CountryID": 1,
"ProductLegalPriority": 1,
"ProductLegalActive": true,
"LanguageID": 1,
"ProductLegalName": "sample string 1",
"ProductLegalText": "sample string 2",
"UserUUIDCur": "4519644e-8c89-4a89-8cea-e378f1f26384"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}