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": "51ebcca3-840c-4ec5-a73a-038ad742706d" }
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": "365438e9-e1cb-4b71-a89c-1d0b044e116d" }, { "ProductLegalName": "sample string 1", "ProductLegalText": "sample string 2", "UserUUIDCur": "365438e9-e1cb-4b71-a89c-1d0b044e116d" } ]