POST api/AppProduct/AppGetProductLegal
AppGetProductLegal
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": "a6f2c7a7-cb81-4d1c-98c7-c78050a2c94d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductLegal_ResponseName | Description | Type | Additional information |
---|---|---|---|
ProductLegalName | string |
None. |
|
ProductLegalText | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ProductLegalName": "sample string 1", "ProductLegalText": "sample string 2", "UserUUIDCur": "244dc56a-8d63-40a0-9b29-833f1caf455a" }, { "ProductLegalName": "sample string 1", "ProductLegalText": "sample string 2", "UserUUIDCur": "244dc56a-8d63-40a0-9b29-833f1caf455a" } ]