To establish a connection and obtain a token. The token is a mandatory query parameter for all subsequent service calls.
Child pages (Children Display) |
---|
URL
(PUT) api/connect
PARAMETERS
Submit an XML formatted message with this structure:
Code Block | ||
---|---|---|
| ||
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> |
...