POST api/Crm/CrmSyncCartDetails
CrmSyncCartDetails
Request Information
URI Parameters
None.
Body Parameters
crm_CrmSyncCartDetails| 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-03T16:05:45.1603583+02:00",
"OrderID": 1,
"CartUUID": "27a03570-ac90-41e1-9e2b-11a61ab85d55",
"UserUUID": "17d4ed93-2d43-435d-b94a-f76c07ffda85",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "6dbf87e8-de6c-44b2-95e5-76f69f2438f0",
"Token": "99d3847e-efc3-49c4-accb-d6faeb59f71b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]