CreateCartItem Response

<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <CheckoutShoppingCartResponse xmlns="http://clients.mindbodyonline.com/api/0_5_1"> <CheckoutShoppingCartResult> <Status>InvalidParameters</Status> <ErrorCode>905</ErrorCode> <Message>The input cart items are invalid.</Message> <XMLDetail>Full</XMLDetail> <ResultCount>0</ResultCount> <CurrentPageIndex>0</CurrentPageIndex> <TotalPageCount>0</TotalPageCount> </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.