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": "84c50a1c-1a89-4a71-b024-ed9523f2196e",
"UserUUIDCur": "15bd22bb-b537-4749-be4e-ca08efa1c457"
}
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": "d85fd37d-eb6e-4f6f-b65f-167e748669c2"
}