POST api/AppProduct/AppGetProductLegal
AppGetProductLegal
Request Information
URI Parameters
None.
Body Parameters
AppGetProductPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "b9d68e9b-3913-495b-b85c-2fe4f567889e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductLegal_Response| Name | 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": "4c5f5809-81d9-4ad5-a7c7-b91d812859ad"
},
{
"ProductLegalName": "sample string 1",
"ProductLegalText": "sample string 2",
"UserUUIDCur": "4c5f5809-81d9-4ad5-a7c7-b91d812859ad"
}
]