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": "ee570b66-4c41-4055-837b-35dfdb29cc9b",
"CreatedDateTime": "2025-10-28T23:58:04.6930071-04:00",
"LastAccessedDateTime": "2025-10-28T23:58:04.6930071-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": "30ccc964-7736-4d86-b230-29a08b6c873c",
"CreatedDateTime": "2025-10-28T23:58:04.7086415-04:00",
"LastAccessedDateTime": "2025-10-28T23:58:04.7086415-04:00"
}