GET api/credentials/emailsync/usernamepassword
Gets Email Sync Security Credentials
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Credentials.Command.UsernamePasswordCredentialDataContractName | Description | Type | Additional information |
---|---|---|---|
Username | string |
None. |
|
Password | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Username": "sample string 1", "Password": "sample string 2" }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Credentials.Command.UsernamePasswordCredentialDataContractName | Description | Type | Additional information |
---|---|---|---|
Username | string |
None. |
|
Password | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Username": "sample string 1", "Password": "sample string 2" }