POST api/ShoppingCartPerson
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcartperson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "64dd83a7-3109-4eff-bea8-fe2df6a82059",
"ShoppingCartItemID": "34f837f2-4b7f-4000-b330-86caad01bbc4",
"PersonID": "db3018d9-d9b0-4078-a339-9c5d31103b28",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "bb6a5142-99e3-439a-9e3d-819e154faf67",
"ShoppingCartItemID": "a933d1d9-0feb-4267-896e-b0ed346054ab",
"PersonID": "33f16585-d58b-424b-b107-ba5b47285661",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}