( Service1 Web Service

Service1


Click here for a complete list of operations.

emailTemplateUpdateSections

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/emailTemplateUpdateSections"

<?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>
    <emailTemplateUpdateSections xmlns="http://tempuri.org/">
      <templateObj>
        <imgWidth>int</imgWidth>
        <BusinessID>int</BusinessID>
        <fontWeight>int</fontWeight>
        <templateID>int</templateID>
        <templateName>string</templateName>
        <bgColor>string</bgColor>
        <allowimage>string</allowimage>
        <isText>string</isText>
        <imgPath>string</imgPath>
        <imgHeight>int</imgHeight>
        <imgAlign>string</imgAlign>
        <isImgWithURL>string</isImgWithURL>
        <imgUrl>string</imgUrl>
        <textType>string</textType>
        <ImgUrlType>string</ImgUrlType>
        <fontColor>string</fontColor>
        <fontSize>string</fontSize>
        <fontFamily>string</fontFamily>
        <normalText>string</normalText>
        <htmlText>string</htmlText>
        <Section>int</Section>
        <Finalpreview>string</Finalpreview>
        <Subject>string</Subject>
        <Sendto>
          <string>string</string>
          <string>string</string>
        </Sendto>
        <from>string</from>
        <text>string</text>
        <mailfrom>string</mailfrom>
        <DynamicUrl>
          <string>string</string>
          <string>string</string>
        </DynamicUrl>
        <urlandtext>string</urlandtext>
        <CustomerId>
          <int>int</int>
          <int>int</int>
        </CustomerId>
        <NameOfsender>string</NameOfsender>
        <allowtemplate>boolean</allowtemplate>
        <toSend>string</toSend>
        <messageFrom>string</messageFrom>
        <textToSend>string</textToSend>
        <Name1>string</Name1>
        <CC>
          <string>string</string>
          <string>string</string>
        </CC>
        <BusinessName1>string</BusinessName1>
        <bdy>
          <string>string</string>
          <string>string</string>
        </bdy>
        <WebUrl>
          <string>string</string>
          <string>string</string>
        </WebUrl>
        <MobWebUrl>string</MobWebUrl>
        <mobileNo>string</mobileNo>
        <mobileMsg>string</mobileMsg>
        <OptionName>string</OptionName>
        <RatingQuestion>string</RatingQuestion>
        <Customertype>string</Customertype>
      </templateObj>
    </emailTemplateUpdateSections>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <emailTemplateUpdateSectionsResponse xmlns="http://tempuri.org/">
      <emailTemplateUpdateSectionsResult>string</emailTemplateUpdateSectionsResult>
    </emailTemplateUpdateSectionsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <emailTemplateUpdateSections xmlns="http://tempuri.org/">
      <templateObj>
        <imgWidth>int</imgWidth>
        <BusinessID>int</BusinessID>
        <fontWeight>int</fontWeight>
        <templateID>int</templateID>
        <templateName>string</templateName>
        <bgColor>string</bgColor>
        <allowimage>string</allowimage>
        <isText>string</isText>
        <imgPath>string</imgPath>
        <imgHeight>int</imgHeight>
        <imgAlign>string</imgAlign>
        <isImgWithURL>string</isImgWithURL>
        <imgUrl>string</imgUrl>
        <textType>string</textType>
        <ImgUrlType>string</ImgUrlType>
        <fontColor>string</fontColor>
        <fontSize>string</fontSize>
        <fontFamily>string</fontFamily>
        <normalText>string</normalText>
        <htmlText>string</htmlText>
        <Section>int</Section>
        <Finalpreview>string</Finalpreview>
        <Subject>string</Subject>
        <Sendto>
          <string>string</string>
          <string>string</string>
        </Sendto>
        <from>string</from>
        <text>string</text>
        <mailfrom>string</mailfrom>
        <DynamicUrl>
          <string>string</string>
          <string>string</string>
        </DynamicUrl>
        <urlandtext>string</urlandtext>
        <CustomerId>
          <int>int</int>
          <int>int</int>
        </CustomerId>
        <NameOfsender>string</NameOfsender>
        <allowtemplate>boolean</allowtemplate>
        <toSend>string</toSend>
        <messageFrom>string</messageFrom>
        <textToSend>string</textToSend>
        <Name1>string</Name1>
        <CC>
          <string>string</string>
          <string>string</string>
        </CC>
        <BusinessName1>string</BusinessName1>
        <bdy>
          <string>string</string>
          <string>string</string>
        </bdy>
        <WebUrl>
          <string>string</string>
          <string>string</string>
        </WebUrl>
        <MobWebUrl>string</MobWebUrl>
        <mobileNo>string</mobileNo>
        <mobileMsg>string</mobileMsg>
        <OptionName>string</OptionName>
        <RatingQuestion>string</RatingQuestion>
        <Customertype>string</Customertype>
      </templateObj>
    </emailTemplateUpdateSections>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <emailTemplateUpdateSectionsResponse xmlns="http://tempuri.org/">
      <emailTemplateUpdateSectionsResult>string</emailTemplateUpdateSectionsResult>
    </emailTemplateUpdateSectionsResponse>
  </soap12:Body>
</soap12:Envelope>
);