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": "40bd7f82-6744-41dd-948b-73caa2546707",
  "ShoppingCartItemID": "a38c21f0-afc4-4ba7-a22b-859720ae9f95",
  "PersonID": "53a7639b-c037-4c71-a97a-a50a6eb45bd3",
  "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": "bd850e63-7be1-42d9-98b2-8801874f38cf",
  "ShoppingCartItemID": "d5fb81e8-9b38-44d2-86ef-1560b784af87",
  "PersonID": "5a5331e0-a373-4fd3-bd06-7cede8b3d9ce",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}