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": "d3cf7a90-43be-43fc-a917-4b847e12513a"
}

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": "e52e8fd3-0f91-41d3-9e2b-ce905fcf4fb9",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "1f316bc5-35da-486a-8219-6d90225869f4"
}