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": "a7fcd70c-4439-4405-8519-588730a3ed24",
  "ShoppingCartItemID": "bf4cec0b-cf76-455a-b49a-053199d60880",
  "PersonID": "92182687-bf8b-4b6c-a3f6-d850b04b5ec0",
  "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": "cb7716a0-7fbb-4c51-a93e-34780563d7bc",
  "ShoppingCartItemID": "add94182-2d97-4d66-bdc7-c21eee5cd987",
  "PersonID": "5fb37553-6e70-43c4-9095-39226f7a8fbd",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}