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": "3ae1c32e-5996-4bc9-a570-a6cbb299849f"
}
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": "48acff4d-50a5-4efb-8186-34a5be25040d"
},
{
"ProductLegalName": "sample string 1",
"ProductLegalText": "sample string 2",
"UserUUIDCur": "48acff4d-50a5-4efb-8186-34a5be25040d"
}
]