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": "6b5503cf-7d4c-49d8-a169-a64862e00af1",
  "ShoppingCartItemID": "a7ecc7d2-bcbf-41ab-aef9-5bae1a7adcdb",
  "PersonID": "26171ed0-88f1-4bfd-abf2-96afd721285e",
  "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": "4cb1ee47-39d8-4403-8471-b26bde94e076",
  "ShoppingCartItemID": "bcfafc3b-411a-4bd8-872a-7f79f7aaaf5c",
  "PersonID": "aa91c505-205e-4274-a4df-42d77cfbd1a5",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}