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": "cbe86dd4-7125-4351-82d7-f15aa39a1003",
  "ShoppingCartItemID": "add3fe04-4ae9-4b05-9b5d-3115328c45e7",
  "PersonID": "a1dbfecf-45a1-4c51-97d0-f34cad8ff427",
  "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": "49ce569a-2c6b-4616-8bff-ca6068c8b9fa",
  "ShoppingCartItemID": "ba3380e3-191b-463f-a6d5-a27f45afccca",
  "PersonID": "802bbac8-d40b-493c-afad-f945e9d074a8",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}