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": "7c14e96c-8dc0-43d4-9fdf-f218ed624cf4",
  "ShoppingCartItemID": "ff19187f-167c-440b-a1d2-e1b62c5f9036",
  "PersonID": "985475a2-18c7-4329-8236-35b5864a3a61",
  "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": "32977158-5bc7-4b1c-8465-d4ccd78fdac6",
  "ShoppingCartItemID": "1f28de15-a79f-4aaa-be43-026163e0d8de",
  "PersonID": "e81ae6ea-fbb2-45b8-87fe-24f8b00ec069",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}