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": "7cd9e17e-9fb6-4c5d-82e9-b77e94c75734",
"ShoppingCartItemID": "573ebcfd-c195-47f1-b6ee-7ee836f5ea6c",
"PersonID": "99b7b2fe-a609-4bda-957f-4d8952eba2f1",
"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": "ff5a357d-09dc-4025-8329-59eecc13fb41",
"ShoppingCartItemID": "5f70eb6b-afeb-498b-87af-2e6b3e7afb5a",
"PersonID": "41de169b-67de-45f0-9468-94465140208e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}