POST api/AppProduct/AppGetProductLegal

AppGetProductLegal

Request Information

URI Parameters

None.

Body Parameters

AppGetProductPhoto
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "a54719a6-d530-41e8-af41-6c5eded08951"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetProductLegal_Response
NameDescriptionTypeAdditional 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": "b8f97fb1-a985-4dd8-943c-1ed83753211e"
  },
  {
    "ProductLegalName": "sample string 1",
    "ProductLegalText": "sample string 2",
    "UserUUIDCur": "b8f97fb1-a985-4dd8-943c-1ed83753211e"
  }
]