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": "2d3c171f-276b-4acd-b47c-6bc9b2c8ff58",
  "CreatedDateTime": "2024-10-05T15:31:56.6797404-04:00",
  "LastAccessedDateTime": "2024-10-05T15:31:56.6797404-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": "42a5a73b-04b3-4fb5-baf4-44dd67317fd3",
  "CreatedDateTime": "2024-10-05T15:31:56.6997439-04:00",
  "LastAccessedDateTime": "2024-10-05T15:31:56.6997439-04:00"
}