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": "a9ac940e-8443-495a-b3d3-f50a4a096f6b"
}
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": "50472f32-34ed-4ed2-9774-6862ac81c129",
"AvatarName": "sample string 1",
"UserUUIDCur": "b7cb210d-7154-4a45-8466-25a852834384"
}