POST api/AdminProduct/AdmGetProductAudio

AdmGetProductAudio

Request Information

URI Parameters

None.

Body Parameters

GetProductAudio_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "735a5182-7e0b-4dbb-8b8b-72bffbb4d85b",
  "LanguageID": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]