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": "3a609b63-2ce7-4c38-a1a7-bc2cc93b98f2",
  "ShoppingCartItemID": "a49102e3-92ad-4239-a792-628c857f2524",
  "PersonID": "a87e5d11-13bc-429b-a490-ea2da4dfd4eb",
  "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": "ba6789cc-cfe4-49e3-8efd-750756bb85aa",
  "ShoppingCartItemID": "d96345c2-538a-46c8-9b9f-1f112fbc3d6d",
  "PersonID": "d869516a-4f4b-4586-9702-59182e9534ee",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}