POST api/AdminOrder

AdmSaveCart

Request Information

URI Parameters

None.

Body Parameters

SaveCart_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

CountryID

integer

None.

CartActive

boolean

None.

AddressUUID

globally unique identifier

None.

PaymentTypeID

integer

None.

PaymentTypeIDCtry

integer

None.

DeliveryTypeID

integer

None.

DeliveryTypeIDCtry

integer

None.

CartDate

date

None.

CartValue

decimal number

None.

CartPostage

decimal number

None.

CartWholeValue

decimal number

None.

CartActiveCtry

boolean

None.

Power

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "1032e5c7-c92f-4bf5-b7aa-19a44e5e9cf4",
  "UserUUID": "6ecb02f1-f59c-4449-b40d-923bb4694be9",
  "CountryID": 1,
  "CartActive": true,
  "AddressUUID": "b1c6f955-5f42-4530-b4d9-4f735a5d2a09",
  "PaymentTypeID": 1,
  "PaymentTypeIDCtry": 1,
  "DeliveryTypeID": 1,
  "DeliveryTypeIDCtry": 1,
  "CartDate": "2025-04-19T10:13:35.8768626+03:00",
  "CartValue": 1.1,
  "CartPostage": 1.1,
  "CartWholeValue": 1.1,
  "CartActiveCtry": true,
  "Power": 1,
  "UserUUIDCur": "12e498dd-2553-4b46-a702-579d8d28281b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}