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": "a8f00944-ff5d-4327-bcf5-81f190476ed8",
  "CreatedDateTime": "2024-11-21T03:42:12.3871079-05:00",
  "LastAccessedDateTime": "2024-11-21T03:42:12.3871079-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": "f44366cd-1024-4f04-9533-b5152dcb9332",
  "CreatedDateTime": "2024-11-21T03:42:12.3921084-05:00",
  "LastAccessedDateTime": "2024-11-21T03:42:12.3921084-05:00"
}