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": "160558cd-9538-4df7-9d98-5d8e58187cc3",
"ShoppingCartItemID": "0b56f399-eb19-4e5b-ac7a-34d98339976d",
"PersonID": "c016056a-14f8-4af2-ba61-0679a8d2691c",
"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": "bd94d1f4-b9eb-4ae8-a3c7-57810be88278",
"ShoppingCartItemID": "ebea3879-47df-47a6-b7fa-7fa652a2d338",
"PersonID": "1c530d91-8ef8-48ec-8c9c-53aec7336d92",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}