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": "3a32b0dc-4de0-4429-9179-af77778b24d8",
"UserUUIDCur": "b41e8578-7d13-40f1-9217-5f1cc4dc8639"
}
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": "b50b34ca-b9cb-43ba-9aa4-6891a8b350a4"
}