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": "fdfe5263-3f63-4683-8828-2fa955629c53",
  "ShoppingCartItemID": "c065eaf8-83a3-4c45-b8fb-c8dcd18d3337",
  "PersonID": "4afd55f7-6220-44af-b76b-b06b725170e5",
  "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": "2513a21e-3166-43fd-8e23-713521744255",
  "ShoppingCartItemID": "937a6e43-d92f-4e66-84d0-2ce5c5c56d96",
  "PersonID": "e380bf34-00cd-4ceb-9d72-1bf18d01d88e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}