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": "526fea49-2c1e-4c38-9555-807617dca835",
"ShoppingCartItemID": "56ab136f-4109-4bed-bcd5-f6c6e2b981c3",
"PersonID": "2d56ba38-8576-40de-889a-db73a4b8f46f",
"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": "4a42b2d9-ae49-41be-b70b-b3a15da95aee",
"ShoppingCartItemID": "4e548ea9-606c-4313-b54a-8d582aad6265",
"PersonID": "0510620a-5a23-4fc8-9fc6-00ba3173072a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}