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": "44630441-4861-4432-af34-2695af6143f0"
}
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": "2ac5fd9c-cf0a-42a8-a4b4-bc17bd8c2036"
},
{
"ProductDescrName": "sample string 1",
"ProductDescrText": "sample string 2",
"UserUUIDCur": "2ac5fd9c-cf0a-42a8-a4b4-bc17bd8c2036"
}
]