POST api/Crm/GetCart
CrmGetCart
Request Information
URI Parameters
None.
Body Parameters
crm_GetCart| Name | 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": "2026-06-20T22:57:31.468427+03:00",
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "e360be4c-f2e0-4f0e-a6ac-f65b9cd96b32",
"Token": "776c1b54-beb1-469f-822b-837f8784d543"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]