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-05-05T17:01:12.7907996+03:00",
"OrderID": 1,
"CartUUID": "d3413dba-7545-4d58-ba66-9f7e4be2741b",
"UserUUID": "79cb3de1-514f-4013-8661-a9e3ac32a64d",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "3d903354-3070-42a3-9e97-0095faa6b75c",
"Token": "24501fd5-5b74-4afb-bfe3-383345d5439d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]