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": "fc08d176-9aa8-4c64-b97a-b85ed8fce04b",
  "ShoppingCartItemID": "d513e90c-e97f-418e-bed7-9413088abeb9",
  "PersonID": "f984e418-4999-443b-bece-9891deecface",
  "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": "1ffd6797-9171-4d68-95bb-b4ffc2b8fb27",
  "ShoppingCartItemID": "13c740e0-ab58-4800-abdc-32e355488ca1",
  "PersonID": "5d08e3e1-8f6d-425f-9a10-e45da9c70be0",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}