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": "91ada3f8-0c18-4faa-8af5-dddd97983f79",
  "ShoppingCartItemID": "da81a371-0b80-490c-a401-d40278189a92",
  "PersonID": "5127ceb4-f55b-4b89-8f2e-c75baaf45c80",
  "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": "c297d3f3-9d8c-49b9-94b3-3bd4d505c283",
  "ShoppingCartItemID": "95341ee7-62d8-4110-9fa0-7c6007bfa451",
  "PersonID": "6ca342a0-9c93-4c17-a6c8-6988725fbf0d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}