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": "5f371709-ad8b-4b4d-9f69-7fd4151e78f9",
  "ShoppingCartItemID": "e79eb8d7-8e6b-429e-8bff-f33daac38e86",
  "PersonID": "94b6a392-dd4b-41e4-a230-7b712006f09a",
  "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": "79f51263-2a0b-4fca-9602-200173a73dd6",
  "ShoppingCartItemID": "73fbce9e-7a47-4051-b281-d6e85593a65f",
  "PersonID": "0c107baa-c475-410a-8d7e-2367a0e70d85",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}