POST api/Crm/GetCart
CrmGetCart
Request Information
URI Parameters
None.
Body Parameters
crm_GetCartName | Description | Type | Additional 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-07-27T11:41:38.098764+03:00", "AddressPublic": "sample string 1", "AddressLocal": "sample string 2", "SiteUUID": "f089a254-d70a-4e92-9553-3ed51cd06714", "Token": "b9cc57e2-c1d1-416a-a6fa-54b2b6cbbe3a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]