POST api/Crm/CrmSaveCartDetails

CrmSaveCartDetails

Request Information

URI Parameters

None.

Body Parameters

crm_CrmSaveCartDetails
NameDescriptionTypeAdditional information
CartDetUUID

globally unique identifier

None.

CartUUID

globally unique identifier

None.

ProductIDCRM

integer

None.

Price

decimal number

None.

Quantity

integer

None.

DiscountValue

decimal number

None.

Value

decimal number

None.

EntryTime

date

None.

UserUUIDChange

globally unique identifier

None.

EntryTimeChange

date

None.

OrderIDDetails

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:
{
  "CartDetUUID": "f74e58d7-274e-46c1-abf0-865f49fa751e",
  "CartUUID": "8d0f493f-8a56-471e-a205-61430b1a0646",
  "ProductIDCRM": 1,
  "Price": 1.1,
  "Quantity": 1,
  "DiscountValue": 1.1,
  "Value": 1.1,
  "EntryTime": "2025-04-19T09:27:03.7267545+03:00",
  "UserUUIDChange": "1c4f1434-7a82-403b-b88b-01cda2defc71",
  "EntryTimeChange": "2025-04-19T09:27:03.7267545+03:00",
  "OrderIDDetails": 1,
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "598f2ced-f81a-4dd5-b263-3a565bb7fefc",
  "Token": "e9ab1557-bb1b-4ca6-bcea-655fafc0e7df"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]