POST api/AdminProduct/SaveProductsLegal
AdmSaveProductDescr
Request Information
URI Parameters
None.
Body Parameters
SaveProductsLegal_RequestName | 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": "36bbbc91-f138-4f8b-b3ae-18cbe58533d5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}