POST api/AppOrder/AppGetCartDate
AppGetCartDate
Request Information
URI Parameters
None.
Body Parameters
GetCartDate_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "8cc0382c-93ad-40f1-a3ff-57ac584c532e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetCartDate_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| Descr | string |
None. |
|
| DateActive | boolean |
None. |
|
| CartWholeValuChar | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2026-05-06T10:26:37.782207+03:00",
"Descr": "sample string 1",
"DateActive": true,
"CartWholeValuChar": "sample string 3",
"UserUUIDCur": "c04a9fdc-23fd-4b9f-958b-4ce9f5aa9318"
},
{
"Date": "2026-05-06T10:26:37.782207+03:00",
"Descr": "sample string 1",
"DateActive": true,
"CartWholeValuChar": "sample string 3",
"UserUUIDCur": "c04a9fdc-23fd-4b9f-958b-4ce9f5aa9318"
}
]