POST api/AppOrder/AppSaveCartUnConfirm
AppSaveCartUnConfirm
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartUnConfirmName | Description | Type | Additional information |
---|---|---|---|
CartUnConfirm | boolean |
None. |
|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUnConfirm": true, "CartUUID": "14e0ce9c-ea90-4f18-9a7a-3c1061a6f226", "UserUUIDCur": "10040808-6d83-4248-9476-703df223ecdf" }
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": "b87d1715-7661-409c-b647-dec0e54203f8" }