DELETE api/shoppingcarts/{id}/shows/{showID}/sections/{layoutSectionID}/prices?customerPersonID={customerPersonID}&amount={amount}&scope={scope}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| showID | integer |
Required |
|
| layoutSectionID | integer |
Required |
|
| customerPersonID | integer |
Default value is 0 |
|
| amount | integer |
Default value is 0 |
|
| scope | ShowPriceRequestScope |
Default value is Sales |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.