GET api/ShoppingCartItem/{cartitemid}/ShoppingCartPerson
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "b1ed7fc5-a4fc-4d6a-b407-01daf4b2e673",
"ShoppingCartItemID": "f5f98823-4792-4a54-961d-e31cb5034f32",
"PersonID": "9058a9e3-41f5-4252-8c25-c4d66cc26a1d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
},
{
"ShoppingCartPersonID": "b1ed7fc5-a4fc-4d6a-b407-01daf4b2e673",
"ShoppingCartItemID": "f5f98823-4792-4a54-961d-e31cb5034f32",
"PersonID": "9058a9e3-41f5-4252-8c25-c4d66cc26a1d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
},
{
"ShoppingCartPersonID": "b1ed7fc5-a4fc-4d6a-b407-01daf4b2e673",
"ShoppingCartItemID": "f5f98823-4792-4a54-961d-e31cb5034f32",
"PersonID": "9058a9e3-41f5-4252-8c25-c4d66cc26a1d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}
]