GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cartid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "13eb91bc-cd09-4c75-9cb3-503ea84c7e84",
    "ShoppingCartID": "4ec25f9c-de57-494d-869a-0bf897822320",
    "TrainingClassID": "a01f59ca-577d-4985-88b1-6d7e1591b2e8",
    "EmailPackageDefinitionID": "4b00afc6-76fb-49df-b499-53e425537a74",
    "InventoryItemID": "407372c6-53dd-4d63-9ec9-1f98f99966dc",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "13eb91bc-cd09-4c75-9cb3-503ea84c7e84",
    "ShoppingCartID": "4ec25f9c-de57-494d-869a-0bf897822320",
    "TrainingClassID": "a01f59ca-577d-4985-88b1-6d7e1591b2e8",
    "EmailPackageDefinitionID": "4b00afc6-76fb-49df-b499-53e425537a74",
    "InventoryItemID": "407372c6-53dd-4d63-9ec9-1f98f99966dc",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "13eb91bc-cd09-4c75-9cb3-503ea84c7e84",
    "ShoppingCartID": "4ec25f9c-de57-494d-869a-0bf897822320",
    "TrainingClassID": "a01f59ca-577d-4985-88b1-6d7e1591b2e8",
    "EmailPackageDefinitionID": "4b00afc6-76fb-49df-b499-53e425537a74",
    "InventoryItemID": "407372c6-53dd-4d63-9ec9-1f98f99966dc",
    "Quantity": 1
  }
]