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": "6b825b79-9e4a-4194-b4c5-63cfafe7cb1c",
"ShoppingCartItemID": "f42ae475-6f48-49ce-9953-e839d00edae3",
"PersonID": "b90d5bf9-db7a-44fa-bc19-fec8044e7ba6",
"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": "d7e50974-286c-4702-8d50-982fecf7a32b",
"ShoppingCartItemID": "ebe97936-b36e-4693-8401-a0ecefc257c0",
"PersonID": "ccb5200e-7159-42ac-b48a-13724d7ad70f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}