Skip to main content

CreateGlobalText

Global texts are used as storage of localizable text blocks, usually used in printing. 

Below is the example of Invoice footer print.

Request Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://atollon.com/enterprise/wsdl">
   <soapenv:Header/>
   <soapenv:Body>
      <wsdl:CreateGlobalText>
         <server>acme</server>
         <session>4D2...D04</session>
         <identification>invoice-footer</identification>
         <LANG>
            <id>131485101</id>
            <value>In case of any questions, or request for additional details, do not hesitate to contact us by email to invoice@company.com or using phone number +44 00099333. Yours sincerely, Your Team.</value>
         </LANG>
      </wsdl:CreateGlobalText>
   </soapenv:Body>
</soapenv:Envelope>

Response Example

<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://atollon.com/enterprise/wsdl">
   <ns0:Body>
      <ns1:CreateGlobalTextResponse>
         <result>OK</result>
         <count>0</count>
         <itemId>1936935101</itemId>
      </ns1:CreateGlobalTextResponse>
   </ns0:Body>
</ns0:Envelope>