POST api/ShoppingCartPerson
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcartperson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "98c2ddbf-27cd-450b-8ef6-d62d7b49906a",
"ShoppingCartItemID": "e83ff007-9278-45e4-b8e3-c04d4702d9f4",
"PersonID": "c995a924-dadb-4b52-83e6-4146fd41f691",
"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": "041154d5-5b73-4a80-a0eb-324a741a54b4",
"ShoppingCartItemID": "e3e1040d-77ca-47b2-b0fd-1fd0e6d7fcd4",
"PersonID": "e8422801-285f-41fb-a4c2-a65fa181cc4c",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}