<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:core="http://thesearchagency.com/smb/core">
   <soapenv:Header/>
   <soapenv:Body>
      <core:updateCampaignStatus>
         <!--Optional:-->
         <updateCampaignStatusRequest>
            <header>
               <requestID>123</requestID>
            </header>
            <customerID>b6217096-9177-4929-b19a-1beca31af795</customerID>
            <!--1 or more repetitions:-->
            <campaignStatusList>
               <campaignID>b6217096-9177-4929-b19a-1beca31af795-10135-12607</campaignID>
               <campaignStatus>active</campaignStatus>
            </campaignStatusList>
         </updateCampaignStatusRequest>
      </core:updateCampaignStatus>
   </soapenv:Body>
</soapenv:Envelope>