POST api/Cartorder/EmptyCustomerCart

Request Information

URI Parameters

None.

Body Parameters

EmptyCartRequest
NameDescriptionTypeAdditional information
CustomerKey

integer

None.

CartHeadNum

integer

None.

ProductKey

integer

None.

OrderdocRef

string

None.

PrdVariantKey

integer

None.

PrdColorKey

integer

None.

CartUniqueID

integer

None.

ProductQty

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerKey": 1,
  "CartHeadNum": 2,
  "ProductKey": 3,
  "OrderdocRef": "sample string 4",
  "PrdVariantKey": 5,
  "PrdColorKey": 6,
  "CartUniqueID": 7,
  "ProductQty": 8
}

text/xml

Sample:
<EmptyCartRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport">
  <CartHeadNum>2</CartHeadNum>
  <CartUniqueID>7</CartUniqueID>
  <CustomerKey>1</CustomerKey>
  <OrderdocRef>sample string 4</OrderdocRef>
  <PrdColorKey>6</PrdColorKey>
  <PrdVariantKey>5</PrdVariantKey>
  <ProductKey>3</ProductKey>
  <ProductQty>8</ProductQty>
</EmptyCartRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.