POST api/Crm/CrmSyncCart
CrmSyncCart
Request Information
URI Parameters
None.
Body Parameters
crm_CrmSyncCartName | 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-06-07T22:27:40.4492043+03:00", "OrderID": 1, "CartUUID": "1faecb20-7d56-4cf7-bfe2-92d37b1d6e00", "UserUUID": "4f8198df-f4d8-4589-95bf-c8ee4706aeb3", "CountryID": 1, "AddressPublic": "sample string 1", "AddressLocal": "sample string 2", "SiteUUID": "7cda669f-f345-4e87-a88f-324d51263a08", "Token": "c54672cf-b512-4795-acde-cb5ec6b4acc1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]