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": "9d24a5ca-c677-4f6e-b26b-0e7b91c2b7ac"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]