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": "4b5acaa3-28dd-43f3-8518-9a806f982bee"
}

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": "281716d9-397b-4396-8c99-5260aa4f496f",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "44eb60f1-ad98-4e2d-a77e-e242e4edc206"
}