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": "8be07d8e-0f74-4309-aa8a-bec24c498a37",
  "ShoppingCartItemID": "5ed0084c-de60-460a-8d42-e6cdeed5d998",
  "PersonID": "eea84f9f-5744-4ed2-8de9-fe302bd54a4f",
  "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": "7425b86c-7034-489f-b4c4-e059a2c280e9",
  "ShoppingCartItemID": "be11045b-f6f3-40f8-92e9-168a3058c08d",
  "PersonID": "2863ba94-d796-449c-88eb-e3b72ec3f156",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}