Description
This web method will authenticate a user and output a access token to access FinnIt engine service
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
AuthenticateToFinnItInput | Mandatory | Input containing only Application Name as input |
Response
Type | Description |
---|---|
List<AuthenticateToFinnItOutput> | Authenticate to FinnIt output model |
Exceptions
Error Code | Description |
---|---|
123 | An exception occurred while processing your request |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
360 | The company you are connected to is not allowed to perform this operation |
0 Comments