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": "1ea38f8b-b118-4675-a153-8d6802acfa57",
"UserUUIDCur": "28b101fa-3440-4528-979e-54fc8eddd57a"
}
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": "44e79990-05b0-4cd2-9e48-efbd9a3e5896"
}