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": "0a5417a9-ff35-4b66-bd24-0f20d500e0a0",
  "ShoppingCartItemID": "a690f37d-d7aa-409d-960f-e0be09d1964b",
  "PersonID": "6ec9fd5f-0e06-438d-b064-da07b9cf6f27",
  "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": "16ad24f2-b14b-472a-bf3e-e6ae6c278dfa",
  "ShoppingCartItemID": "a229ded6-c95b-48cd-8c78-036eecdd8c92",
  "PersonID": "1e8f4828-ff5f-4cff-ab52-384fc4d2d237",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}