POST api/Crm/GetCart

CrmGetCart

Request Information

URI Parameters

None.

Body Parameters

crm_GetCart
NameDescriptionTypeAdditional information
EntryTimeFrom

date

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryTimeFrom": "2025-06-07T22:21:31.0591353+03:00",
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "400dfe4a-a061-497f-bb74-72403170f6e5",
  "Token": "b6ecb461-2bef-4135-9f45-ecb413021436"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]