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": "03961ebb-6cec-4949-8c0c-746767b50b20",
    "ShoppingCartID": "3b9db46d-cee5-460d-af4f-bcaf009ca674",
    "TrainingClassID": "54e68979-9fe0-496f-9af4-7cefc5aa645e",
    "EmailPackageDefinitionID": "f074dfd3-07d7-4849-b468-f882a7591031",
    "InventoryItemID": "147b2166-50d6-49be-b450-214e547737b2",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "03961ebb-6cec-4949-8c0c-746767b50b20",
    "ShoppingCartID": "3b9db46d-cee5-460d-af4f-bcaf009ca674",
    "TrainingClassID": "54e68979-9fe0-496f-9af4-7cefc5aa645e",
    "EmailPackageDefinitionID": "f074dfd3-07d7-4849-b468-f882a7591031",
    "InventoryItemID": "147b2166-50d6-49be-b450-214e547737b2",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "03961ebb-6cec-4949-8c0c-746767b50b20",
    "ShoppingCartID": "3b9db46d-cee5-460d-af4f-bcaf009ca674",
    "TrainingClassID": "54e68979-9fe0-496f-9af4-7cefc5aa645e",
    "EmailPackageDefinitionID": "f074dfd3-07d7-4849-b468-f882a7591031",
    "InventoryItemID": "147b2166-50d6-49be-b450-214e547737b2",
    "Quantity": 1
  }
]