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": "f715f71a-5c71-4b7d-b667-a02e2e65f2a8",
  "ShoppingCartItemID": "fce73df6-cb65-46a0-a2a3-5b9d7304391e",
  "PersonID": "2fa4cfa1-8d97-4632-adc0-02fd06ed5b5f",
  "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": "76de62e4-cde4-444b-9f1c-48d77e54d014",
  "ShoppingCartItemID": "97755af8-bb22-4f43-9b07-f1cb1774adbc",
  "PersonID": "24d63a1b-90a8-4799-b64f-66347d376fa3",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}