This will remove all promotions from an online order.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ClearPromotions xmlns="http://www.securefreedom.com/">
<cred>
<Username>string</Username>
<Password>string</Password>
<Token>string</Token>
</cred>
<OnlineOrderNumber>int</OnlineOrderNumber>
</ClearPromotions>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ClearPromotionsResponse xmlns="http://www.securefreedom.com/">
<ClearPromotionsResult>
<RequestID>int</RequestID>
<Success>int</Success>
<Message>string</Message>
</ClearPromotionsResult>
</ClearPromotionsResponse>
</soap:Body>
</soap:Envelope>