POST api/AdminProduct/SaveProductsDescr

AdmSaveProductDescr

Request Information

URI Parameters

None.

Body Parameters

SaveProductsDescr_Request
NameDescriptionTypeAdditional information
ProductDescrID

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,
  "ProductDescrPriority": 1,
  "ProductDescrActive": true,
  "LanguageID": 1,
  "ProductDescrName": "sample string 1",
  "ProductDescrText": "sample string 2",
  "UserUUIDCur": "a035ecd4-b016-4fdd-8685-5797fdfedaf0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}