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": "a2fd25b0-fa6b-4bfd-927c-37985b1dfb2c"
}
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": "dd0d057a-120c-4d96-b5fa-3615b811326c"
},
{
"ProductLegalName": "sample string 1",
"ProductLegalText": "sample string 2",
"UserUUIDCur": "dd0d057a-120c-4d96-b5fa-3615b811326c"
}
]