POST api/AppProduct/AppGetProductDescr
AppGetProductDescr
Request Information
URI Parameters
None.
Body Parameters
AppGetProductPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "28715e46-d875-4bf7-a342-5cd7b01fc41c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductDescr_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductDescrName | string |
None. |
|
| ProductDescrText | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductDescrName": "sample string 1",
"ProductDescrText": "sample string 2",
"UserUUIDCur": "b7863660-1c5a-4991-a293-167bff706608"
},
{
"ProductDescrName": "sample string 1",
"ProductDescrText": "sample string 2",
"UserUUIDCur": "b7863660-1c5a-4991-a293-167bff706608"
}
]