POST Subscriber/{subscriberId}/Location/{locationId}/Carts/{cartId}/StartPoyntTransaction
Marks the cart as participating in a client side transaction. Transaction will be completed once a cart is checked out and finalized successfully.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriberId | string |
None. |
|
locationId | string |
None. |
|
cartId | string |
None. |
Body Parameters
StartPoyntCartTransactionRequestName | Description | Type | Additional information |
---|---|---|---|
CartId | globally unique identifier |
None. |
|
BusinessId | globally unique identifier |
None. |
|
StoreId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartId": "1db0500b-36ef-4d47-b01f-4b5609d0a965", "BusinessId": "eca72ff8-8b44-41eb-8824-4a54ba69fa86", "StoreId": "271424dc-4346-4aac-875f-0be820896837" }
application/xml, text/xml
Sample:
<StartPoyntCartTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Contract.Marketplace.Requests"> <CartId>1db0500b-36ef-4d47-b01f-4b5609d0a965</CartId> <BusinessId>eca72ff8-8b44-41eb-8824-4a54ba69fa86</BusinessId> <StoreId>271424dc-4346-4aac-875f-0be820896837</StoreId> </StartPoyntCartTransactionRequest>
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.