POST api/ShoppingCart

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcart
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "93cecb51-d93f-4028-a275-e64228d1479b",
  "CreatedDateTime": "2025-01-24T22:18:19.7259309-05:00",
  "LastAccessedDateTime": "2025-01-24T22:18:19.7259309-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "2f502fa1-04bb-40c1-a852-b50b15cb7fd5",
  "CreatedDateTime": "2025-01-24T22:18:19.7259309-05:00",
  "LastAccessedDateTime": "2025-01-24T22:18:19.7259309-05:00"
}