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": "eff6743a-9425-414f-b823-6713fa287c98"
}
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": "d481fb27-de1b-4928-822e-f52bfab284c5",
"AvatarName": "sample string 1",
"UserUUIDCur": "c5ef6b1d-b2b3-40fd-9f78-7660f72a8ed0"
}