POST api/AdminProduct/SaveProductDescr

AdmSaveProductProductDescr

Request Information

URI Parameters

None.

Body Parameters

SaveProductDescr_Request
NameDescriptionTypeAdditional 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": "b90bd7ac-7abf-4917-a6e0-180e1b24f854"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}