GET api/ShoppingCartItem/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartItemID": "4f47a048-2621-45d3-ad7b-4e830fa70f4a",
  "ShoppingCartID": "9cc214ad-a2c5-46b2-9779-81b1ff7c31f9",
  "TrainingClassID": "1c620bc4-296a-4b67-ba3a-94f354fefb5c",
  "EmailPackageDefinitionID": "76f4c6e5-1b36-4cc2-ab3a-432f3c61c4f5",
  "InventoryItemID": "2e5d6959-3118-4fcd-ad7d-88a136054686",
  "Quantity": 1
}