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": "6cea4c40-c6a7-4ce7-9d2a-02a40ccd985e"
}

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": "20f1a465-c00b-40c9-8da8-0590dfbbee09"
  },
  {
    "ProductDescrName": "sample string 1",
    "ProductDescrText": "sample string 2",
    "UserUUIDCur": "20f1a465-c00b-40c9-8da8-0590dfbbee09"
  }
]