POST api/Crm/CrmSyncCart

CrmSyncCart

Request Information

URI Parameters

None.

Body Parameters

crm_CrmSyncCart
NameDescriptionTypeAdditional 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-04-19T08:50:27.7988939+03:00",
  "OrderID": 1,
  "CartUUID": "fab292f1-c3dc-4bcb-91b9-8bdb0b202384",
  "UserUUID": "e7cfad40-4567-460b-932e-3873dd53d532",
  "CountryID": 1,
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "eec83092-7ec5-4b58-9452-e829bcd95e11",
  "Token": "bc1d9ba7-58a4-4e2e-b518-efd7a837b71e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]