POST api/Common/V1/BasketManipulation/ClearBasket?CompanyId={CompanyId}&BasketId={BasketId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
Required |
|
| BasketId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonUserMerchantBasket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| User | CommonUser |
None. |
|
| Company | CommonCompany |
None. |
|
| Items | Collection of CommonBasketItem |
None. |
|
| FreeItems | Collection of CommonFreeBasketItem |
None. |
|
| CreatedOn | date |
None. |
|
| ArticleQuantityCount | integer |
None. |
|
| TotalAmountBasketAmount | decimal number |
None. |
|
| HasItems | boolean |
None. |
|
| IsEmpty | boolean |
None. |
|
| BasketStateInt | integer |
None. |
|
| State | BasketStateEnum |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.