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-09-19T13:12:41.8064101+03:00",
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "755624b3-1d4f-445b-abd6-76569454146c",
"Token": "440c6123-dedd-40b7-9950-a406e892a956"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]