POST api/AdminProduct/AdmGetProductMeta

AdmGetProductMeta

Request Information

URI Parameters

None.

Body Parameters

GetProductMeta_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "LanguageID": 1,
  "UserUUIDCur": "4a4afffc-5eb6-4d99-b7d1-5bea837d5fa2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]