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": "298f1c40-8f1c-4cf2-8a41-a4cdc703bcdd",
"ShoppingCartItemID": "4fece3df-904a-4106-8d69-1dcc329210b8",
"PersonID": "20443661-e5b6-41e0-9635-c81ad320cdbb",
"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": "3a91d003-66f8-4e53-b4ab-6e3b2e25e1a6",
"ShoppingCartItemID": "a09b2a75-8845-4f26-a6a5-52157722e157",
"PersonID": "cad799f4-3ee4-4a61-8973-25d9fa23ced0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}