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": "2bdbd01b-f35f-4178-8115-05fdde59178b",
  "ShoppingCartItemID": "7a058eb0-fabd-4561-ba7f-d30b858c1cb6",
  "PersonID": "1e690839-5ce3-455e-93df-9f6150dc2121",
  "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": "502a49c9-9c02-40f8-a28b-7f58227088c5",
  "ShoppingCartItemID": "aa10b8ae-2700-4b9a-8b45-8690952324bd",
  "PersonID": "f2594fb9-a20f-4a6c-997c-b47b65c14f70",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}