Checkout Response

<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <CheckoutShoppingCartResponse xmlns="http://clients.mindbodyonline.com/api/0_5_1"> <CheckoutShoppingCartResult> <Status>Success</Status> <ErrorCode>200</ErrorCode> <XMLDetail>Full</XMLDetail> <ResultCount>0</ResultCount> <CurrentPageIndex>0</CurrentPageIndex> <TotalPageCount>0</TotalPageCount> <ShoppingCart> <ID>de863582-0a2e-44ac-8b27-764bcb20c649</ID> <CartItems> <CartItem> <Item xsi:type="Service"> <Price>1500.0000</Price> <OnlinePrice>1500.0000</OnlinePrice> <ProgramID>6</ProgramID> <TaxRate>0</TaxRate> <ProductID>100088</ProductID> <ID>100088</ID> <Name>Upper Arms </Name> <Count>1</Count> </Item> <DiscountAmount>0</DiscountAmount> <ID>1</ID> <Quantity>1</Quantity> </CartItem> </CartItems> <SubTotal>1500</SubTotal> <DiscountTotal>0</DiscountTotal> <TaxTotal>0</TaxTotal> <GrandTotal>1500</GrandTotal> </ShoppingCart> </CheckoutShoppingCartResult> </CheckoutShoppingCartResponse> </soap:Body> </soap:Envelope>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.