POST api/Common/V1/BasketManipulation/UpdateArticleQuantity?BasketId={BasketId}&CompanyId={CompanyId}&ArticleId={ArticleId}&QuantityMove={QuantityMove}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BasketId | globally unique identifier |
Required |
|
| CompanyId | globally unique identifier |
Required |
|
| ArticleId | globally unique identifier |
Required |
|
| QuantityMove | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonBasketItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Article | CommonArticle |
None. |
|
| Quantity | decimal number |
None. |
|
| Comments | string |
None. |
|
| HasQuantity | boolean |
None. |
|
| HasNullQuantity | boolean |
None. |
|
| TotalArticleAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.