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": "65242259-7e16-4fd6-ac1b-dc8a41b1f8da",
  "ShoppingCartItemID": "376aadcb-efc5-4086-9998-dc13f725468b",
  "PersonID": "bcd5f33d-ef75-4420-b874-390e6a9a7b2e",
  "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": "32fb91bf-7c2e-4a69-9098-c88f42152998",
  "ShoppingCartItemID": "29fdaa4a-a8df-42d9-bc84-f60302493fda",
  "PersonID": "1deec380-6b12-4817-8b3d-17b5756530e9",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}