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": "546a689d-c776-4936-b575-3419bcd29ce5" }
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": "b531058e-4cdf-411e-b6d4-5cfad6e0705b" }, { "ProductLegalName": "sample string 1", "ProductLegalText": "sample string 2", "UserUUIDCur": "b531058e-4cdf-411e-b6d4-5cfad6e0705b" } ]