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": "16c3d45a-73d4-459f-8ccf-6af366390cb8",
  "ShoppingCartItemID": "525373cd-d310-46bd-a79f-7256845efe5e",
  "PersonID": "f8e8bb39-48e8-447d-9ab5-f79bbd0abf61",
  "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": "de20555c-3b45-4493-a44c-20775da11484",
  "ShoppingCartItemID": "5bff7b47-1695-47cf-a4d4-2f70989d23e3",
  "PersonID": "a39f6635-97df-4f96-ba80-4eab6b6750d7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}