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": "ce54b3ba-c432-48fc-ac22-d07fc5f62a37" }
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": "ea6a98e0-0961-4e92-926e-3a698c25a52b", "UserUUIDCur": "a7aee76b-2db9-4681-ad15-aa8ef2df6e9c" }, { "AudioUUID": "ea6a98e0-0961-4e92-926e-3a698c25a52b", "UserUUIDCur": "a7aee76b-2db9-4681-ad15-aa8ef2df6e9c" } ]