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": "8a3fc27b-2e28-41b5-a2a5-121a30c0b7ed",
  "ShoppingCartItemID": "7b1bb8e9-2875-4169-95ab-4855d8a080e7",
  "PersonID": "c65d1686-0636-42b9-9660-dd04665d47cc",
  "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": "a203d919-a22b-4bfe-9a9c-50a6cda0c1f0",
  "ShoppingCartItemID": "dfba89f1-574f-49d7-b60c-cbb0a2d626f9",
  "PersonID": "52ee393d-23b6-477a-b0dd-aaad312bcd8d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}