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": "5051cc8c-df3b-4b54-8c0f-68a77710f606"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]