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": "b9a08669-8427-4005-bcc7-c673e504adfd",
  "ShoppingCartItemID": "292e20b4-92a7-48b6-aa4d-1fdf7bd73085",
  "PersonID": "741123cf-8e49-4b8a-a6ce-efc48bcece61",
  "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": "02d66a6e-8ef0-4387-9e36-be57b83ca3cd",
  "ShoppingCartItemID": "79f08d0a-6df0-4ba3-b195-a394ed36c1f3",
  "PersonID": "ea884c3d-f594-4044-9ff9-b3e2cb35259a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}