POST api/Crm/CrmSyncCart
CrmSyncCart
Request Information
URI Parameters
None.
Body Parameters
crm_CrmSyncCart| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryTimeFrom | date |
None. |
|
| OrderID | integer |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| CountryID | integer |
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-21T23:40:24.6962848+02:00",
"OrderID": 1,
"CartUUID": "96004ba5-5094-4625-9569-805fdda0f5b2",
"UserUUID": "675ad0e0-4e29-49fd-9152-1e5d8d3d98a4",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "17ad03e8-8015-4e2b-92de-41e2c2f2d336",
"Token": "f4a21771-9e41-49f7-bcc7-273a50f708a9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]