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": "8861954c-01a0-4eee-b166-93cb47f0326d",
"ShoppingCartItemID": "36b713b7-724c-4be2-ba16-18451fbda5fb",
"PersonID": "07fbdd94-d390-40a2-9ef2-0c663da43666",
"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": "1564e979-d45e-4d2a-b896-1aef1509f670",
"ShoppingCartItemID": "79971d89-11f3-498b-87cd-e33e15be3b99",
"PersonID": "bcbece61-614c-403f-83d5-3dddc10f3083",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}