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-02-04T05:25:56.1387259+02:00",
"OrderID": 1,
"CartUUID": "73d0857b-1b66-4ebd-9931-ce63b0202dd9",
"UserUUID": "d0908e35-f8db-42e5-b665-400f3a30d030",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "49b7e984-8326-4701-9d13-6b1d5b628496",
"Token": "0a2cfc18-ff37-4eda-8b5a-8f95cfdfe6cd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]