POST api/AdminProduct/AdmGetProductDescr

AdmGetProductProductDescr

Request Information

URI Parameters

None.

Body Parameters

GetProductDescr_Request
NameDescriptionTypeAdditional information
ProductDescrID

integer

None.

ProductID

integer

None.

LanguageID

integer

None.

ProductDescrActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductDescrID": 1,
  "ProductID": 1,
  "LanguageID": 1,
  "ProductDescrActive": true,
  "UserUUIDCur": "3846119c-aa8a-482f-a197-4f6a392c113a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]