POST api/AppOrder/AppSaveCartDate
AppSaveCartDate
Request Information
URI Parameters
None.
Body Parameters
SaveCartDate_RequestName | Description | Type | Additional information |
---|---|---|---|
Date | string |
None. |
|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Date": "sample string 1", "CartUUID": "21243d2f-6c17-4c36-97e8-cb22bff269fb", "UserUUIDCur": "caffffae-6a00-4728-a756-ca37d8be9057" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetCartDate_ResponseName | 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": "2025-07-27T11:20:44.4090294+03:00", "Descr": "sample string 1", "DateActive": true, "CartWholeValuChar": "sample string 3", "UserUUIDCur": "61a1e93f-c578-405d-8585-84584a6ac88c" }, { "Date": "2025-07-27T11:20:44.4090294+03:00", "Descr": "sample string 1", "DateActive": true, "CartWholeValuChar": "sample string 3", "UserUUIDCur": "61a1e93f-c578-405d-8585-84584a6ac88c" } ]