Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
Submit an XML formatted message with this structure:
<ConnectionRequest xmlns="http://schemas.datacontract.org/2004/07/Wordbee.Database">
	<AccountId>String content</AccountId>
	<Password>String content</Password>
	<FormatJSON>true</FormatJSON>
</ConnectionRequest>


accountid

The Wordbee Translator Account ID

Required

password

The API password you had defined in the Wordbee Translator administration pages

Required

formatjson

true: all messages are JSON formatted. false: all messages are XML formatted

Optional, default: true