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": "2026-05-06T07:20:39.4969233+03:00",
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "1f624c80-5d7b-485a-9dc9-c31c7ac75eb0",
  "Token": "e4405549-0d7b-4760-8f77-9e0dcf93bf6c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]