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": "d767e712-c17a-4813-99e7-f3a3f18ccc96",
  "ShoppingCartItemID": "a2ff8220-3685-4127-bd8c-0d6e5908acb6",
  "PersonID": "6ec3c931-ce06-4d88-be5f-b15247494d65",
  "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": "07bd21f2-797e-49ee-8861-12ec2370c8be",
  "ShoppingCartItemID": "26b0aebb-9c43-400d-8e84-77d98abbdc33",
  "PersonID": "189b3f5a-bd74-441e-954b-1420fabb3f15",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}