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": "380a8fe1-1758-49f7-967b-8ae180a16367" }
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": "8a203ee1-bac9-4409-b4b4-6a6d7ec41335", "UserUUIDCur": "625b463f-a1c2-43b9-a412-f378726138ef" }, { "AudioUUID": "8a203ee1-bac9-4409-b4b4-6a6d7ec41335", "UserUUIDCur": "625b463f-a1c2-43b9-a412-f378726138ef" } ]