POST api/AdminProduct/AdmGetProductMeta
AdmGetProductMeta
Request Information
URI Parameters
None.
Body Parameters
GetProductMeta_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"LanguageID": 1,
"UserUUIDCur": "fe1779d0-5ac7-4f76-aeb4-02bf671c4569"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]