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": "418e4bb4-30b7-4d91-a592-40a16c71095d", "ShoppingCartItemID": "19cf20d3-8780-4e94-9599-84cd8827e374", "PersonID": "e7c29075-2ec1-4acb-bc53-b8bedfec713c", "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": "08b7d6f3-2971-4a91-b813-6406dd711cfc", "ShoppingCartItemID": "bfdbe04d-812a-434e-a1c8-38c8b60f9230", "PersonID": "b1054c8b-9947-499c-8c36-bfc8dfa2db42", "PreviousCertificate": "QEBA", "DiscountAmount": 4.0 }