This is used to get details on promotions applied a Master order id.
<?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>
<CheckPromotions_Master xmlns="http://www.securefreedom.com/">
<cred>
<Username>string</Username>
<Password>string</Password>
<Token>string</Token>
</cred>
<MasterOrderNumber>int</MasterOrderNumber>
<LocaleID>int</LocaleID>
</CheckPromotions_Master>
</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>
<CheckPromotions_MasterResponse xmlns="http://www.securefreedom.com/">
<CheckPromotions_MasterResult>
<promo>
<Promotion>
<OnlineOrderNumber>int</OnlineOrderNumber>
<QuantityEarned>int</QuantityEarned>
<ActionQuantity>int</ActionQuantity>
<TotalQuantity>int</TotalQuantity>
<SKUs xsi:nil="true" />
<PromotionID>int</PromotionID>
<PromotionDescription>string</PromotionDescription>
<PromotionExplanation>string</PromotionExplanation>
<PromotionActionTypeID>int</PromotionActionTypeID>
<Suggest>boolean</Suggest>
</Promotion>
<Promotion>
<OnlineOrderNumber>int</OnlineOrderNumber>
<QuantityEarned>int</QuantityEarned>
<ActionQuantity>int</ActionQuantity>
<TotalQuantity>int</TotalQuantity>
<SKUs xsi:nil="true" />
<PromotionID>int</PromotionID>
<PromotionDescription>string</PromotionDescription>
<PromotionExplanation>string</PromotionExplanation>
<PromotionActionTypeID>int</PromotionActionTypeID>
<Suggest>boolean</Suggest>
</Promotion>
</promo>
</CheckPromotions_MasterResult>
</CheckPromotions_MasterResponse>
</soap:Body>
</soap:Envelope>