POST api/AppDefaultOnEntry/AppGetOpenPersonal
AppGetOpenPersonal
Request Information
URI Parameters
None.
Body Parameters
App_SaveCartProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "fabdfa0f-6177-46d7-81cc-31207791b72e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_SaveCartProduct_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoUUID | globally unique identifier |
None. |
|
| AvatarName | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"PhotoUUID": "b8e6b85a-f152-43f4-b33f-683dfa6ff386",
"AvatarName": "sample string 1",
"UserUUIDCur": "a91bd250-d84c-4244-b172-1d62de0d8b3a"
}