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": "c1b635e3-73ca-4361-8594-5e735d749bdc",
  "ShoppingCartItemID": "ac92d790-94da-472f-9987-f9e2650e0da3",
  "PersonID": "e86b7469-23c4-404c-b601-22aba056c925",
  "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": "708abbb3-b2a7-4e54-8db4-10346a26f82d",
  "ShoppingCartItemID": "e418e6e8-2bbd-458d-b77a-34d863b49328",
  "PersonID": "14b14670-3d0d-4059-b896-fda27bbd234e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}