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": "3c5c780b-34aa-48eb-b2e1-a54a04e43a35",
  "ShoppingCartItemID": "c4568328-c290-49a8-8ca9-58eaeae28b24",
  "PersonID": "fcfbdc23-dda8-43d0-b840-6020989c650f",
  "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": "c2739118-cf97-4ccd-9c02-35c4cf692d48",
  "ShoppingCartItemID": "eb41708f-35bd-4fc5-a8cd-c07ffd135183",
  "PersonID": "572665c2-0e5d-44f7-8577-82f0249d2a4a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}