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": "37394247-a046-44de-8b52-ee77f320b67c"
}

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": "d10efced-3578-462c-8eae-5e2be49a853f",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "e65afdc2-edc6-4e9a-8ba2-bafb4c02b827"
}