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-07-27T11:43:22.95462+03:00", "OrderID": 1, "CartUUID": "1d59022d-b15d-4839-ac3d-f60608c5c1f6", "UserUUID": "243c898c-00b1-44e3-8d75-ab37d67e2fba", "CountryID": 1, "AddressPublic": "sample string 1", "AddressLocal": "sample string 2", "SiteUUID": "8327c178-8bab-41af-9302-ee3ae67ccf14", "Token": "ca9515db-e90b-40fb-903e-86cabedb5afe" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]