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": "e350ab31-31f3-454b-9638-e82066f608dc",
  "ShoppingCartItemID": "e1bebbb9-576d-4892-a383-32a2d67f3aa2",
  "PersonID": "0f6840f6-f024-45e9-a4d9-3cc9156ba640",
  "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": "5af098eb-e574-43fa-8c1c-a6fdb3c921c1",
  "ShoppingCartItemID": "9e81ea19-0394-49b4-b21a-f7d64d19e5e0",
  "PersonID": "dce53229-5aff-4904-a1f1-0ddbbe4413c1",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}