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": "b3b1ea83-ba66-49bf-bcb7-98b819862b2a",
"ShoppingCartItemID": "df4e35cf-fc9b-416d-abf4-6b781c51af3b",
"PersonID": "e6bed3ec-4437-4317-8452-03c605af990f",
"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": "59f50737-409b-4124-a0d0-61d3d11d53af",
"ShoppingCartItemID": "0ca2fd78-344a-429b-9255-6535a7b38f4d",
"PersonID": "54a0d095-9a56-4706-830c-88c666600c43",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}