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": "fda16c5a-13e3-4b8d-925f-417891d44ae4",
  "ShoppingCartItemID": "d5fae65c-3bfc-42ea-afd6-f13eb1de7900",
  "PersonID": "23f477e0-10d6-4c99-8175-3d5792aa0f95",
  "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": "6302046b-15a4-41f5-bcf8-672754fa812b",
  "ShoppingCartItemID": "682f3cd4-8fca-417a-b1de-0e688ec85481",
  "PersonID": "2591e455-ed8d-4ec0-8b41-ff00d00c1eec",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}