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": "ec7c1bc1-620b-42ee-bab3-becbf4e28eb1",
  "ShoppingCartItemID": "89382e36-0761-416b-b8bf-56787fd50b2c",
  "PersonID": "b879382f-fe0f-4670-9c24-2ebc2a1b935e",
  "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": "0d8baa35-6336-4192-a000-c4c1073da421",
  "ShoppingCartItemID": "f929c5cd-1d6b-4d8c-b062-915daf4f2892",
  "PersonID": "1b6682bb-7e1a-4aeb-8c9b-9565ea5c8c39",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}