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": "1dd7ca5e-60e7-495b-b907-68cb60689c07",
  "CreatedDateTime": "2025-04-10T01:34:15.7316562-04:00",
  "LastAccessedDateTime": "2025-04-10T01:34:15.7316562-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "0d0299c7-031a-46c7-a321-c8e231befeb6",
  "CreatedDateTime": "2025-04-10T01:34:15.7336529-04:00",
  "LastAccessedDateTime": "2025-04-10T01:34:15.7336529-04:00"
}