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": "e07b416d-cbe2-46fc-b751-3df431fa6526",
  "CreatedDateTime": "2025-06-02T06:06:55.8814205-04:00",
  "LastAccessedDateTime": "2025-06-02T06:06:55.8814205-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": "002f3e6e-dc7a-45cb-bed4-814e6a30234d",
  "CreatedDateTime": "2025-06-02T06:06:55.8834191-04:00",
  "LastAccessedDateTime": "2025-06-02T06:06:55.8834191-04:00"
}