POST api/ShoppingCartPerson

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcartperson
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartPersonID": "8de508c1-a2e4-497d-b407-1ef8ff11672c",
  "ShoppingCartItemID": "05be0a37-aa19-4125-8dc6-3dc5f6738dcd",
  "PersonID": "e41b8b17-74aa-40f5-8eb3-44bb49d8ce32",
  "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": "c3388fe5-908b-426f-9974-a42602377af9",
  "ShoppingCartItemID": "28357327-ba05-4b24-b6cb-82a03fe3f964",
  "PersonID": "18624e06-6db1-450b-a57b-88f2fa208f67",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}