POST api/Crm/CrmSyncCartDetails
CrmSyncCartDetails
Request Information
URI Parameters
None.
Body Parameters
crm_CrmSyncCartDetailsName | 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-09-23T00:39:02.2981405+03:00", "OrderID": 1, "CartUUID": "3c8754c1-3d71-4e97-b61f-8263ddd01bd7", "UserUUID": "a90d02c9-1c45-4591-9e97-f20b94f88911", "CountryID": 1, "AddressPublic": "sample string 1", "AddressLocal": "sample string 2", "SiteUUID": "f6b6a6ad-9344-4685-96e8-c55ac30fcb5b", "Token": "8be603a7-af9d-4196-83fe-88db6277bf9e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]