POST api/AppProduct/AppGetProductDescr

AppGetProductDescr

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": "ff207de9-07a2-45e4-b880-cde07c3d47ef"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetProductDescr_Response
NameDescriptionTypeAdditional information
ProductDescrName

string

None.

ProductDescrText

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductDescrName": "sample string 1",
    "ProductDescrText": "sample string 2",
    "UserUUIDCur": "ef8b95c1-47e5-4c79-8fe9-c278619d1f65"
  },
  {
    "ProductDescrName": "sample string 1",
    "ProductDescrText": "sample string 2",
    "UserUUIDCur": "ef8b95c1-47e5-4c79-8fe9-c278619d1f65"
  }
]