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": "e90c2ccb-7ecc-4e13-8d24-68066cdfe473",
  "ShoppingCartItemID": "57d6494f-dfe8-4f0d-a101-f3f53cb428a8",
  "PersonID": "8eabe90f-fadd-4ab9-b5f6-342298092b8d",
  "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": "e6190898-1b0b-4e14-8288-b560d69cae9f",
  "ShoppingCartItemID": "73f4eb3f-87d4-4acb-8fa4-c8dea2dc654b",
  "PersonID": "fa3077a4-1ff8-474a-a2cc-d9f177bf768d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}