Skip to content

Instantly share code, notes, and snippets.

@cue232s
Created October 17, 2012 21:57
Show Gist options
  • Save cue232s/3908548 to your computer and use it in GitHub Desktop.
Save cue232s/3908548 to your computer and use it in GitHub Desktop.

Revisions

  1. cue232s revised this gist Oct 17, 2012. No changes.
  2. cue232s revised this gist Oct 17, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions updatecampaignlimitsforcustomer.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <soapenv:Body>
    <urn:Put soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <Authentication xsi:type='ns1:Authentication'>
    <Username xsi:type='xsd:string'>sbadmin</Username>
    <Password xsi:type='xsd:string'>Gateway1</Password>
    <Username xsi:type='xsd:string'>******</Username>
    <Password xsi:type='xsd:string'>*******</Password>
    <CustomerId xsi:type='xsd:int'>3301</CustomerId>
    <Level xsi:type='xsd:int'>1</Level>
    <Source xsi:type='xsd:string'>hostname: HOST</Source>
  3. cue232s revised this gist Oct 17, 2012. No changes.
  4. cue232s created this gist Oct 17, 2012.
    29 changes: 29 additions & 0 deletions updatecampaignlimitsforcustomer.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    <soapenv:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:urn='urn:MarketingCenter' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'>
    <soapenv:Header/>
    <soapenv:Body>
    <urn:Put soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <Authentication xsi:type='ns1:Authentication'>
    <Username xsi:type='xsd:string'>sbadmin</Username>
    <Password xsi:type='xsd:string'>Gateway1</Password>
    <CustomerId xsi:type='xsd:int'>3301</CustomerId>
    <Level xsi:type='xsd:int'>1</Level>
    <Source xsi:type='xsd:string'>hostname: HOST</Source>
    <Options xsi:type='xsd:int'>0</Options>
    </Authentication>
    <Method xsi:type='xsd:string'>reseller.updatecampaignlimitsforcustomer</Method>
    <Arguments xsi:type='urn:ArrayOfKeyValuePairs' soapenc:arrayType='urn:KeyValuePair[]'>
    <item>
    <Key xsi:type='xsd:string'>customer_id</Key>
    <Value xsi:type='xsd:string'>36293</Value>
    </item>
    <item>
    <Key xsi:type='xsd:string'>blast_limit</Key>
    <Value xsi:type='xsd:string'>33</Value>
    </item>
    <item>
    <Key xsi:type='xsd:string'>keyword_limit</Key>
    <Value xsi:type='xsd:string'>33</Value>
    </Arguments>
    </urn:Put>
    </soapenv:Body>
    </soapenv:Envelope>