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-08-05T04:05:36.0833413+03:00",
"OrderID": 1,
"CartUUID": "24014a09-9f4c-4a7b-aa89-f1f49513af1a",
"UserUUID": "15ce4fde-047a-4aa1-9aca-bbdb477f25c6",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "3e78cec8-a195-40e0-8550-491584a8054f",
"Token": "16d239ba-9160-4eb0-8f81-42d1ed3d7100"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]