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": "2025-11-17T10:23:52.9231574+02:00",
"OrderID": 1,
"CartUUID": "dfcf5d59-bb00-45fe-8d24-0fd72fa3254b",
"UserUUID": "4b99e5e8-2c15-4e76-9ac8-cbc9f914f746",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "fe7ff12b-0f1c-4be5-89e4-16213d4a8919",
"Token": "c39342eb-facf-4315-9a41-c05d26e09875"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]