POST api/AppOrder/AppSaveCartConfirm
AppSaveCartConfirm
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartConfirmName | 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": "cb15cb77-34a6-4f20-8421-413cbe8ab707", "UserUUIDCur": "8df66ef4-b1d7-430d-8ba6-f67d05ab4183" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCartConfirm_ResponseName | Description | Type | Additional information |
---|---|---|---|
Descr | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Descr": "sample string 1", "UserUUIDCur": "8e053be8-0e4f-41da-ae49-50598c633e18" }