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": "5db40415-4de3-4086-a54c-48128ec3a585", "ShoppingCartItemID": "9427d34d-0e6b-4803-9c80-b8f2a569b992", "PersonID": "ed652400-f653-46bf-aa48-81df3856c8a4", "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": "06fb6b6f-1049-4c79-9c80-251339ad59e0", "ShoppingCartItemID": "3d3a1ec3-fad8-4184-8eeb-599b85ea7c31", "PersonID": "96bbe6b8-e18e-449c-b295-0a2b86dd4a69", "PreviousCertificate": "QEBA", "DiscountAmount": 4.0 }