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-08-05T04:03:04.1063593+03:00",
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "1fbb9922-82ff-4395-85ec-99299fe9bda6",
"Token": "43823edb-b546-44c3-bac4-0f5fd6dde82b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]