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": "4edbada2-60ed-426a-8f17-4f4f227cc92b",
"ShoppingCartItemID": "7fb608a2-d975-4d1f-a8fa-0ba92645db54",
"PersonID": "6455927e-1424-47f7-86a2-d04be6f494c4",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
},
{
"ShoppingCartPersonID": "4edbada2-60ed-426a-8f17-4f4f227cc92b",
"ShoppingCartItemID": "7fb608a2-d975-4d1f-a8fa-0ba92645db54",
"PersonID": "6455927e-1424-47f7-86a2-d04be6f494c4",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
},
{
"ShoppingCartPersonID": "4edbada2-60ed-426a-8f17-4f4f227cc92b",
"ShoppingCartItemID": "7fb608a2-d975-4d1f-a8fa-0ba92645db54",
"PersonID": "6455927e-1424-47f7-86a2-d04be6f494c4",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}
]