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": "bb310d4e-d1e9-4808-81ce-ee226bd45ceb",
  "ShoppingCartItemID": "0182f794-5888-4e4d-a74d-d550f667b53a",
  "PersonID": "d21d5f9e-13c8-4217-b314-bbc0b7d8c9e8",
  "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": "b4a946d4-9524-4671-a4d1-b9e14523e1dc",
  "ShoppingCartItemID": "13755345-504b-4790-9d96-65092c640392",
  "PersonID": "04f870dd-eedc-481d-ba4e-b3a6b6c04189",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}