POST api/AppProduct/AppGetProductDescr
AppGetProductDescr
Request Information
URI Parameters
None.
Body Parameters
AppGetProductPhotoName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "07926b63-7b70-4eae-8983-635c3dca11dd" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductDescr_ResponseName | 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": "013cdca3-e1ce-4721-8b38-20686adf9d33" }, { "ProductDescrName": "sample string 1", "ProductDescrText": "sample string 2", "UserUUIDCur": "013cdca3-e1ce-4721-8b38-20686adf9d33" } ]