POST api/{module}/ReAuthentication

Request Information

URI Parameters

NameDescriptionTypeAdditional information
module

string

None.

Body Parameters

EncryptAuthentication
NameDescriptionTypeAdditional information
UNEnc

string

None.

KPEnc

string

None.

UserName

string

None.

Keypass

string

None.

CompanyCode

string

None.

RememberMe

boolean

None.

DisplayName

string

None.

Token

string

None.

IsAuthenticated

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "unEnc": "sample string 1",
  "kpEnc": "sample string 2",
  "userName": "sample string 3",
  "keypass": "sample string 4",
  "companyCode": "sample string 5",
  "rememberMe": true,
  "displayName": "sample string 7",
  "token": "sample string 8",
  "isAuthenticated": true
}

application/xml, text/xml

Sample:
<EncryptAuthentication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common">
  <CompanyCode>sample string 5</CompanyCode>
  <DisplayName>sample string 7</DisplayName>
  <Keypass>sample string 4</Keypass>
  <RememberMe>true</RememberMe>
  <Token>sample string 8</Token>
  <UserName>sample string 3</UserName>
  <KPEnc>sample string 2</KPEnc>
  <UNEnc>sample string 1</UNEnc>
</EncryptAuthentication>

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 'EncryptAuthentication'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.