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": "c30203b5-2110-4916-b1aa-7a2a007ca594", "BusinessId": "ffdc19cc-9a02-4606-acee-20ade4ccff43", "StoreId": "950eeb01-27a2-41ee-bc62-837a9969a756" }
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>c30203b5-2110-4916-b1aa-7a2a007ca594</CartId> <BusinessId>ffdc19cc-9a02-4606-acee-20ade4ccff43</BusinessId> <StoreId>950eeb01-27a2-41ee-bc62-837a9969a756</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.