POST api/AppProduct/AppGetProductAudio
AppGetProductAudio
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIPName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "7600b72b-62ea-4f52-92c3-b7c98892f96e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductAudio_ResponseName | Description | Type | Additional information |
---|---|---|---|
AudioUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AudioUUID": "b56ba8a3-f27f-4500-9247-0b7d3091d3e4", "UserUUIDCur": "faac516c-88f1-4a0b-b14c-f6deb7733a5e" }, { "AudioUUID": "b56ba8a3-f27f-4500-9247-0b7d3091d3e4", "UserUUIDCur": "faac516c-88f1-4a0b-b14c-f6deb7733a5e" } ]