POST api/AppDefaultOnEntry/AppGetOpenPersonal

AppGetOpenPersonal

Request Information

URI Parameters

None.

Body Parameters

App_SaveCartProduct
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "7b364dc7-8814-4d54-ba76-658e6e3728f3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

App_SaveCartProduct_Response
NameDescriptionTypeAdditional information
PhotoUUID

globally unique identifier

None.

AvatarName

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "PhotoUUID": "a4fe5171-a028-4275-a6ea-d70654b0a930",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "0bd62774-493d-4f1b-b370-6de0b5868c48"
}