GET v1/Engage/getAuthenticatedSettings
Gets AlohaEnterprise and related information from an authenticated user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdminEngageGetAuthenticatedSettingsResponseName | Description | Type | Additional information |
---|---|---|---|
Company | EngageAuthenticatedCompanySettings |
None. |
|
Message | string |
None. |
|
IsSuccessful | boolean |
None. |
|
ErrorCode | integer |
None. |
|
WarningMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Company": { "CompanyName": "sample string 1", "CompanyCode": "sample string 2", "AECompanyID": "sample string 3", "AEUserName": "sample string 4", "AEPassword": "sample string 5" }, "Message": "sample string 1", "IsSuccessful": true, "ErrorCode": 3, "WarningMessage": "sample string 4" }
application/xml, text/xml
Sample:
<AdminEngageGetAuthenticatedSettingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities.Admin"> <ErrorCode xmlns="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities">3</ErrorCode> <IsSuccessful xmlns="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities">true</IsSuccessful> <Message xmlns="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities">sample string 1</Message> <WarningMessage xmlns="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities">sample string 4</WarningMessage> <Company xmlns:d2p1="http://schemas.datacontract.org/2004/07/Radiant.Order.Shared.Contracts.ServiceEntities"> <d2p1:AECompanyID>sample string 3</d2p1:AECompanyID> <d2p1:AEPassword>sample string 5</d2p1:AEPassword> <d2p1:AEUserName>sample string 4</d2p1:AEUserName> <d2p1:CompanyCode>sample string 2</d2p1:CompanyCode> <d2p1:CompanyName>sample string 1</d2p1:CompanyName> </Company> </AdminEngageGetAuthenticatedSettingsResponse>