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": "c3420338-826c-4f50-998f-a5a8a544784a",
    "ShoppingCartID": "49e5e95d-7ef5-46b5-83a3-3c54851f012e",
    "TrainingClassID": "63412aa3-7f79-4b9d-9051-f165ac751554",
    "EmailPackageDefinitionID": "2001c978-ed72-4db4-8ea0-b1d992ebc727",
    "InventoryItemID": "f2986070-4509-4d8d-b38c-351ca81d33c0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c3420338-826c-4f50-998f-a5a8a544784a",
    "ShoppingCartID": "49e5e95d-7ef5-46b5-83a3-3c54851f012e",
    "TrainingClassID": "63412aa3-7f79-4b9d-9051-f165ac751554",
    "EmailPackageDefinitionID": "2001c978-ed72-4db4-8ea0-b1d992ebc727",
    "InventoryItemID": "f2986070-4509-4d8d-b38c-351ca81d33c0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c3420338-826c-4f50-998f-a5a8a544784a",
    "ShoppingCartID": "49e5e95d-7ef5-46b5-83a3-3c54851f012e",
    "TrainingClassID": "63412aa3-7f79-4b9d-9051-f165ac751554",
    "EmailPackageDefinitionID": "2001c978-ed72-4db4-8ea0-b1d992ebc727",
    "InventoryItemID": "f2986070-4509-4d8d-b38c-351ca81d33c0",
    "Quantity": 1
  }
]