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": "96aed3d9-204b-471d-810a-cb9a1cfa4372", "ShoppingCartItemID": "d66d7059-4d51-4dd7-9952-8348e301a2a1", "PersonID": "d2e5465e-36b0-40e7-810a-862dd5fe44a6", "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": "d3dfc6fe-160e-40a0-8f45-9a2292c014ec", "ShoppingCartItemID": "454768ed-f75f-4809-b244-de9ebad2b121", "PersonID": "6c851235-2298-4edc-b331-0a54a235e458", "PreviousCertificate": "QEBA", "DiscountAmount": 4.0 }