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": "6384dbc3-647c-4eb1-9507-6b5ece0ff39b",
    "ShoppingCartItemID": "295e79bc-432a-4ce1-808d-2fb315bec220",
    "PersonID": "41a2c45e-2de5-47af-9bcb-d094de0ff350",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "6384dbc3-647c-4eb1-9507-6b5ece0ff39b",
    "ShoppingCartItemID": "295e79bc-432a-4ce1-808d-2fb315bec220",
    "PersonID": "41a2c45e-2de5-47af-9bcb-d094de0ff350",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  },
  {
    "ShoppingCartPersonID": "6384dbc3-647c-4eb1-9507-6b5ece0ff39b",
    "ShoppingCartItemID": "295e79bc-432a-4ce1-808d-2fb315bec220",
    "PersonID": "41a2c45e-2de5-47af-9bcb-d094de0ff350",
    "PreviousCertificate": "QEBA",
    "DiscountAmount": 4.0
  }
]