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": "430f23b0-294a-4aa2-b5b0-f402928b896e"
}
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": "611d35ce-a9fe-4d26-a069-1a8360960e9d",
"UserUUIDCur": "bba4f548-ea9a-4ceb-a68c-25d17d6ca228"
},
{
"AudioUUID": "611d35ce-a9fe-4d26-a069-1a8360960e9d",
"UserUUIDCur": "bba4f548-ea9a-4ceb-a68c-25d17d6ca228"
}
]