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": "909eb61f-6af8-4187-8712-c9913283ac43",
  "ShoppingCartItemID": "459f3946-9247-4386-879d-7323b6eb5cc4",
  "PersonID": "e7ad17f1-3d6a-4d47-8fee-a30383a78067",
  "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": "fbe540fa-9485-4742-be52-2cde0f67efdd",
  "ShoppingCartItemID": "69c6ed44-2caf-4521-a828-fbaf1891247f",
  "PersonID": "6b84cb5c-7e75-4f36-a5cc-316fe54cf8d7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}