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": "55841699-30b5-4ce6-a6bf-4439d320b369"
}
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": "12ac4fc2-e7f6-4858-900f-b629422c1527",
"AvatarName": "sample string 1",
"UserUUIDCur": "0ae4fc81-d003-46f5-8e4d-940803cb4957"
}