GET api/ShoppingCartItem/{cartitemid}/ShoppingCartPerson

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cartitemid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartPersonID": "3c5f3427-a987-491e-b75f-673679468a72",
    "ShoppingCartItemID": "3afd4f69-c791-4883-a9ef-d027ca546cc2",
    "PersonID": "fd99f954-f9bf-4ca4-9596-8372e5748757",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "3c5f3427-a987-491e-b75f-673679468a72",
    "ShoppingCartItemID": "3afd4f69-c791-4883-a9ef-d027ca546cc2",
    "PersonID": "fd99f954-f9bf-4ca4-9596-8372e5748757",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "3c5f3427-a987-491e-b75f-673679468a72",
    "ShoppingCartItemID": "3afd4f69-c791-4883-a9ef-d027ca546cc2",
    "PersonID": "fd99f954-f9bf-4ca4-9596-8372e5748757",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]