POST api/AppOrder/AppSaveCartConfirm
AppSaveCartConfirm
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartConfirm| Name | Description | Type | Additional information |
|---|---|---|---|
| CartConfirm | boolean |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartConfirm": true,
"CartUUID": "5150b7a3-b4d5-43b8-8a66-179da494edb1",
"UserUUIDCur": "368b524f-9be8-4230-8506-9774b7b729b9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCartConfirm_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Descr | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Descr": "sample string 1",
"UserUUIDCur": "1e1462c7-96b1-4838-abe9-918f38dd1337"
}