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": "863c6dc6-738a-4fff-8423-530b5d5223ef",
  "ShoppingCartItemID": "f8d69ac8-93f2-4a57-b14d-538463bf0616",
  "PersonID": "70dff043-d939-427a-8618-317776c8bc3f",
  "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": "06b42587-b36f-4527-a778-2be3376ce473",
  "ShoppingCartItemID": "1653b820-1d1f-4263-bf90-9cb84be00143",
  "PersonID": "70fdfe2e-e7b2-44c8-8dba-4c7a9e98838d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}