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": "a7f01022-300c-4230-b8f4-e1937d183ab3",
  "ShoppingCartItemID": "49fa4b20-f73e-4c4b-819e-52a9e3c28b1d",
  "PersonID": "933b285f-0901-48e7-bbf6-49e36123666a",
  "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": "522ae6cd-e2c0-4c02-bb9e-14d802c1076d",
  "ShoppingCartItemID": "5e701084-ec3f-4866-8ee7-c437936b34a9",
  "PersonID": "d632ca91-00d2-4066-8d46-c38ad9fa6659",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}