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": "f4d4d0a0-1fdc-4eed-b287-a20466ed7807",
  "ShoppingCartItemID": "51b30136-4ac8-4498-91f3-5130be29a1a7",
  "PersonID": "84be48d9-2eb5-455d-aa81-075e394ab775",
  "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": "a16eafa2-4437-47a4-b999-a8aefa6e5400",
  "ShoppingCartItemID": "121dd7a1-be39-45c0-823f-db1b2929835d",
  "PersonID": "9d360e8c-19ab-4004-a66c-90b23c70968e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}