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": "089c9f4f-7bce-472c-9133-a74ecca36984" }
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": "4eaf8ed5-9d98-4c1f-8777-9a6da577e571" }, { "ProductDescrName": "sample string 1", "ProductDescrText": "sample string 2", "UserUUIDCur": "4eaf8ed5-9d98-4c1f-8777-9a6da577e571" } ]