POST api/AdminProduct/AdmSaveProductLegal

AdmSaveProductProductLegal

Request Information

URI Parameters

None.

Body Parameters

AdmSaveProductLegal_Request
NameDescriptionTypeAdditional 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": "103c0c6a-9b5e-41cc-9cda-35d5fdfa2472"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}