# CreateGlobalText

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

Part of [translate.wsdl](https://help.atollon.com/books/atollon-api/page/wsdl-listing "WSDL Listing")

LANG must be EN.

Below is the example of Invoice footer print.

### Request Example

```XML
<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

```XML
<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>
```

### Related Functions

[ListLanguages](https://help.atollon.com/books/atollon-api/page/listlanguages "ListLanguages")

## Global Text Idents

Below you can find examples of Global text idents that are used mainly as text blocks when printing documents from ATOLLON.

<table border="1" id="bkmrk-document-global-text" style="border-collapse: collapse; width: 100%; height: 116px;"><tbody><tr style="height: 29px;"><td style="width: 33.3333%; height: 29px;">**Document**</td><td style="width: 33.3333%; height: 29px;">**Global text IDENT**</td><td style="width: 33.3333%; height: 29px;">**Description**</td></tr><tr style="height: 29px;"><td style="width: 33.3333%; height: 29px;">Invoice issued</td><td style="width: 33.3333%; height: 29px;">invoice-footer</td><td style="width: 33.3333%; height: 29px;">Print text at the bottom of invoice</td></tr><tr style="height: 29px;"><td style="width: 33.3333%; height: 29px;">Estimate</td><td style="width: 33.3333%; height: 29px;">estimate-footer</td><td style="width: 33.3333%; height: 29px;">Print text at the bottom of estimate</td></tr><tr style="height: 29px;"><td style="width: 33.3333%; height: 29px;">Invoice/estimate/order/offer</td><td style="width: 33.3333%; height: 29px;">invoice-global-CSS</td><td style="width: 33.3333%; height: 29px;">Use corporate CSS</td></tr></tbody></table>