POST api/AdminProduct/AdmSaveProductLegal
AdmSaveProductProductLegal
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductLegal_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductLegalID | integer |
None. |
|
| ProductID | 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,
"ProductID": 1,
"ProductLegalPriority": 1,
"ProductLegalActive": true,
"LanguageID": 1,
"ProductLegalName": "sample string 1",
"ProductLegalText": "sample string 2",
"UserUUIDCur": "fb5d9c5f-4f9e-4535-a8e8-fcc3e271213b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}