POST api/ShoppingCart
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
session_shoppingcart | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ShoppingCartID": "c447b781-8cc4-4665-86fa-8450314dd029", "CreatedDateTime": "2025-02-11T02:41:50.8983447-05:00", "LastAccessedDateTime": "2025-02-11T02:41:50.8983447-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": "cf6539a6-af0b-4c63-a33e-d47813714f3c", "CreatedDateTime": "2025-02-11T02:41:50.903341-05:00", "LastAccessedDateTime": "2025-02-11T02:41:50.903341-05:00" }