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": "28e7e0d6-5c3d-4b66-aa2a-d3da1e33b6a1",
"CreatedDateTime": "2026-06-11T15:11:19.7291995-04:00",
"LastAccessedDateTime": "2026-06-11T15:11:19.7291995-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": "a540cbaa-3d69-4c18-a7c2-967998529929",
"CreatedDateTime": "2026-06-11T15:11:19.7291995-04:00",
"LastAccessedDateTime": "2026-06-11T15:11:19.7291995-04:00"
}