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": "0e54f4f2-dc73-4be9-84e3-49d3f2fbcb69",
  "ShoppingCartItemID": "013b90aa-02ab-4591-af7c-6f9bc409faa6",
  "PersonID": "b5056604-65a1-4d06-a590-26ab6d64e9e5",
  "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": "46eefc44-d713-49eb-baac-74788a1c0000",
  "ShoppingCartItemID": "debc16eb-add6-4fac-a485-3da1594f9463",
  "PersonID": "2a52c9b0-b5d8-49cc-aaaf-d87c7eb70a30",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}