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": "ec32bebc-cab6-44ba-b38f-2612deeafe5b"
}

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": "5b3a9810-4e2f-4929-b50d-498bba389a06",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "acc81e33-dde5-4f99-9926-61a7e2acef76"
}