POST api/Customer/GetCustomerCart

Request Information

URI Parameters

None.

Body Parameters

GetCustomerCartRequest
NameDescriptionTypeAdditional information
CompKey

integer

None.

OrderDate

date

None.

CustomerKey

integer

None.

ApplicationKey

integer

None.

EditionKey

integer

None.

CountryKey

integer

None.

StateKey

integer

None.

CurrencyKey

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompKey": 1,
  "OrderDate": "2026-02-27T02:57:18.4399825+04:00",
  "CustomerKey": 3,
  "ApplicationKey": 4,
  "EditionKey": 5,
  "CountryKey": 6,
  "StateKey": 7,
  "CurrencyKey": 8
}

text/xml

Sample:
<GetCustomerCartRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport">
  <ApplicationKey>4</ApplicationKey>
  <CompKey>1</CompKey>
  <CountryKey>6</CountryKey>
  <CurrencyKey>8</CurrencyKey>
  <CustomerKey>3</CustomerKey>
  <EditionKey>5</EditionKey>
  <OrderDate>2026-02-27T02:57:18.4399825+04:00</OrderDate>
  <StateKey>7</StateKey>
</GetCustomerCartRequest>

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.