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": "1d8fff04-1531-4a28-b028-e7fc94bbc7b8",
  "ShoppingCartItemID": "6218fb88-5c3d-4b3c-a9cf-62b4aeb928cd",
  "PersonID": "85149caf-6cf3-4b74-80bd-4b8b46bfef9e",
  "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": "e76737bf-7cfc-42dd-bead-96871c969b8f",
  "ShoppingCartItemID": "ad274b11-2fb4-4f69-90e3-e45a2f8f64f3",
  "PersonID": "5a649e89-c0dd-4f49-a2db-6078aecc4883",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}