POST api/AdminOrder/GetCart

AdmGetCart

Request Information

URI Parameters

None.

Body Parameters

GetCart_Request
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

CartUUID

globally unique identifier

None.

UserActive

boolean

None.

CountryID

integer

None.

LanguageID

integer

None.

OldD

integer

None.

CartActive

boolean

None.

isOrder

boolean

None.

ProductID

integer

None.

ProductIDCRM

integer

None.

DeliveryTypeID

integer

None.

PaymentTypeID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "4372324e-c00e-4621-85dc-5cc8c59911b6",
  "CartUUID": "abe4ab0b-d8f9-4b8a-a34b-2d9cd1eb437e",
  "UserActive": true,
  "CountryID": 1,
  "LanguageID": 1,
  "OldD": 1,
  "CartActive": true,
  "isOrder": true,
  "ProductID": 1,
  "ProductIDCRM": 1,
  "DeliveryTypeID": 1,
  "PaymentTypeID": 1,
  "UserUUIDCur": "32cacdc5-06b1-4937-8fad-e20625e2b4f2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]