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": "5613dbae-96c0-4305-8c37-4c215e43c75a",
  "ShoppingCartItemID": "0771b2b0-d1c5-4706-bcc2-48c47b020095",
  "PersonID": "41df93f7-13b1-42db-8565-6f9417a70e30",
  "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": "4a33cea8-d824-4af0-a4f2-ec425284595d",
  "ShoppingCartItemID": "ac04b061-b090-4f99-8d2a-497aca5dc2ff",
  "PersonID": "23e0b1c2-783e-47bb-93b2-5d89e892cf34",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}