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": "9429ec23-2f5f-4404-8b75-fa27dfa4bec0",
  "ShoppingCartItemID": "d47fd752-0af3-4061-8d13-785194cae2b1",
  "PersonID": "0e855fef-48d1-4deb-b90c-5ba126ec433b",
  "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": "92f2e39a-930e-4802-bf0d-11d0f8d4a338",
  "ShoppingCartItemID": "472c1cff-6ef3-415e-a0d2-de893e6db579",
  "PersonID": "20931677-5782-43cc-a169-503298a1385c",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}