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-03-21T07:04:34.3189708+02:00",
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "b000961d-1951-4669-a9a0-5c3dc2961704",
  "Token": "7edf04a4-6312-4e22-90db-50c70e062518"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]