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": "dee9d650-4f96-47ea-bf78-d5be41ef51df",
  "CreatedDateTime": "2025-05-23T12:36:53.8281656-04:00",
  "LastAccessedDateTime": "2025-05-23T12:36:53.8281656-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": "fe27bba5-9a73-44dd-8acd-494bbd0d8867",
  "CreatedDateTime": "2025-05-23T12:36:53.8301672-04:00",
  "LastAccessedDateTime": "2025-05-23T12:36:53.8301672-04:00"
}