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": "55cc0246-000b-46e4-96bb-05e21c9154a2",
"ShoppingCartItemID": "3563393d-d56b-424a-b117-007f7cb3fbb8",
"PersonID": "81cb38ec-adab-4865-9836-01ce83ef56f7",
"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": "2ac6e159-0496-462a-bff3-1ac0b774d868",
"ShoppingCartItemID": "800792ad-c5d4-4eee-8cba-7b25bf2db697",
"PersonID": "6f5ca02f-84d3-415e-bb28-ee3f3ae27d8d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}