POST Cart/Abandon
Abandon the cart for the consumer
Request Information
URI Parameters
None.
Body Parameters
AbandonCartRequestViewModelName | Description | Type | Additional information |
---|---|---|---|
CartId |
Cart id |
string |
None. |
LocationId |
Location id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartId": "sample string 1", "LocationId": 2 }
application/xml, text/xml
Sample:
<AbandonCartRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Api.Payments.Models"> <CartId>sample string 1</CartId> <LocationId>2</LocationId> </AbandonCartRequestViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.