GET api/credentials/emailsync/usernamepassword

Gets Email Sync Security Credentials

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Credentials.Command.UsernamePasswordCredentialDataContract
NameDescriptionTypeAdditional information
Username

string

None.

Password

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UsernamePasswordCredentialDataContract'.

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Credentials.Command.UsernamePasswordCredentialDataContract
NameDescriptionTypeAdditional information
Username

string

None.

Password

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}