POST api/Customer/DeleteCartItem
Request Information
URI Parameters
None.
Body Parameters
EmptyCartRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerKey | integer |
None. |
|
| CartHeadNum | integer |
None. |
|
| OrderLineKey | integer |
None. |
|
| OrderdocRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerKey": 1,
"CartHeadNum": 2,
"OrderLineKey": 3,
"OrderdocRef": "sample string 4"
}
text/xml
Sample:
<EmptyCartRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <CartHeadNum>2</CartHeadNum> <CustomerKey>1</CustomerKey> <OrderLineKey>3</OrderLineKey> <OrderdocRef>sample string 4</OrderdocRef> </EmptyCartRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.