POST api/AdminProduct/AdmGetProductAudio
AdmGetProductAudio
Request Information
URI Parameters
None.
Body Parameters
GetProductAudio_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "71f58553-6b9b-4c25-aae8-c6d90eb69606",
"LanguageID": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]