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": "546a689d-c776-4936-b575-3419bcd29ce5"
}

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": "b531058e-4cdf-411e-b6d4-5cfad6e0705b"
  },
  {
    "ProductLegalName": "sample string 1",
    "ProductLegalText": "sample string 2",
    "UserUUIDCur": "b531058e-4cdf-411e-b6d4-5cfad6e0705b"
  }
]