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": "2025-11-17T10:23:52.4341269+02:00",
"OrderID": 1,
"CartUUID": "210530f7-e90c-4162-8a23-e54aea265563",
"UserUUID": "52badbe0-dd2e-4a3e-bd79-3db7d5b104f2",
"CountryID": 1,
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "7e2ff67a-fbc5-4eff-921f-52d100ea4bdc",
"Token": "aa651a59-0e26-4177-8fbd-3f8e296d6ac6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]