POST api/AppProduct/AppGetProductAudio
AppGetProductAudio
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIP| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "b643e0d8-011c-454c-9a41-1402a26a3ebb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductAudio_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| AudioUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AudioUUID": "b115f6ff-c5d2-48a4-959d-4f3daf8742b0",
"UserUUIDCur": "e686f9e4-ede7-4c0c-97d2-f6d931b8a592"
},
{
"AudioUUID": "b115f6ff-c5d2-48a4-959d-4f3daf8742b0",
"UserUUIDCur": "e686f9e4-ede7-4c0c-97d2-f6d931b8a592"
}
]